Uses of Class
edu.columbia.cs.ref.model.feature.FeatureSet

Packages that use FeatureSet
edu.columbia.cs.ref.algorithm.feature.generation   
edu.columbia.cs.ref.model   
edu.columbia.cs.ref.model.core.structure   
edu.columbia.cs.ref.model.feature.impl   
 

Uses of FeatureSet in edu.columbia.cs.ref.algorithm.feature.generation
 

Classes in edu.columbia.cs.ref.algorithm.feature.generation with type parameters of type FeatureSet
 class CandidateSentenceFeatureGenerator<E extends FeatureSet>
          The Class CandidateSentenceFeatureGenerator is an extension of a FeatureGenerator that produces and stores the features on a candidate sentence.
 class FeatureGenerator<E extends FeatureSet>
          The Class FeatureGenerator represents any object that can produce features on a given featurable object.
 class SentenceFeatureGenerator<E extends FeatureSet>
          The Class CandidateSentenceFeatureGenerator is an extension of a FeatureGenerator that produces and stores the features on a sentence.
 

Uses of FeatureSet in edu.columbia.cs.ref.model
 

Methods in edu.columbia.cs.ref.model with type parameters of type FeatureSet
<E extends FeatureSet>
E
FeaturableObject.getFeatures(FeatureGenerator<E> featureGenerator)
          Retrieves the features that were produced by a given feature generator.
<E extends FeatureSet>
void
FeaturableObject.setFeatures(FeatureGenerator<E> featureGenerator, E fs)
          Stores the features that were produced by a given feature generator.
 

Uses of FeatureSet in edu.columbia.cs.ref.model.core.structure
 

Methods in edu.columbia.cs.ref.model.core.structure with type parameters of type FeatureSet
<E extends FeatureSet>
E
OperableStructure.getFeatures(java.lang.Class<? extends FeatureGenerator<E>> featureGenerator)
           
<E extends FeatureSet>
E
OperableStructure.getFeatures(FeatureGenerator<E> featureGenerator)
           
<E extends FeatureSet>
void
OperableStructure.setFeatures(FeatureGenerator<E> featureGenerator, E fs)
           
 

Methods in edu.columbia.cs.ref.model.core.structure with parameters of type FeatureSet
 void OperableStructure.enrich(FeatureSet fs)
           
 

Uses of FeatureSet in edu.columbia.cs.ref.model.feature.impl
 

Subclasses of FeatureSet in edu.columbia.cs.ref.model.feature.impl
 class GraphFS<N extends Serializable,L extends Serializable>
           
 class SequenceFS<E extends Serializable>
           
 class WekaInstanceFS