FEATURE - The type of FeatureVector of the LocalFeatures
that can be processed.AGGREGATE - Type of the aggregate FeatureVector producedpublic interface VectorAggregator<FEATURE extends FeatureVector,AGGREGATE extends FeatureVector>
| Modifier and Type | Method and Description |
|---|---|
AGGREGATE |
aggregate(List<? extends LocalFeature<?,? extends FEATURE>> features)
Aggregate the given features into a vector.
|
AGGREGATE |
aggregateVectors(List<? extends FEATURE> features)
Aggregate the given features into a vector.
|
AGGREGATE aggregate(List<? extends LocalFeature<?,? extends FEATURE>> features)
features - the features to aggregateAGGREGATE aggregateVectors(List<? extends FEATURE> features)
features - the features to aggregate