|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aliasi.features.FeatureExtractorFilter<E>
E - The type of objects whose features are extracted.public class FeatureExtractorFilter<E>
A FeatureExtractorFilter contains a reference to another
feature extractor. The typical use is as a superclass of a feature
extractor that modifies a base feature extractor in some way.
| Constructor Summary | |
|---|---|
FeatureExtractorFilter(FeatureExtractor<? super E> extractor)
Construct a feature extractor filter from the specified feature extractor. |
|
| Method Summary | |
|---|---|
FeatureExtractor<? super E> |
baseExtractor()
Returns the contained feature extractor. |
Map<String,? extends Number> |
features(E in)
Return the features extracted by the contained feature extractor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureExtractorFilter(FeatureExtractor<? super E> extractor)
extractor - Contained feature extractor.| Method Detail |
|---|
public Map<String,? extends Number> features(E in)
features in interface FeatureExtractor<E>in - Input to be converted to a feature vector.
public FeatureExtractor<? super E> baseExtractor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||