|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.columbia.cs.ref.algorithm.feature.generation.FeatureGenerator<E>
E
- the type of feature that the generator produces.public abstract class FeatureGenerator<E extends FeatureSet>
The Class FeatureGenerator represents any object that can produce features
on a given featurable object.
A feature generator is parameterized by the type of feature taht it produces.
Constructor Summary | |
---|---|
FeatureGenerator()
|
Method Summary | |
---|---|
void |
generateFeatures(OperableStructure s)
Method to produce the features into an Operable structure |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureGenerator()
Method Detail |
---|
public final void generateFeatures(OperableStructure s)
s
- the operable structure to be enriched with the features
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |