|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
FeaturableObject.getFeatures(FeatureGenerator<E> featureGenerator)
Retrieves the features that were produced by a given feature generator. |
|
|
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 | ||
---|---|---|
|
OperableStructure.getFeatures(java.lang.Class<? extends FeatureGenerator<E>> featureGenerator)
|
|
|
OperableStructure.getFeatures(FeatureGenerator<E> featureGenerator)
|
|
|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |