F
- The type of FeatureVector
T
- The type of ExtractorProperties
that this FeatureExtractor can accept.public interface FeatureVectorExtractor<F extends FeatureVector,T extends ExtractorProperties>
Modifier and Type | Method and Description |
---|---|
F[] |
extractFeature(T properties)
Extract FeatureVector(s), possibly using the information given in the
properties.
|
F[] extractFeature(T properties)
properties
- Properties describing how the features should be extracted.