public abstract class AbstractAggregator extends java.lang.Object implements Aggregator
FIELD_NAME_BOVW, FIELD_NAME_VLAD| 构造器和说明 |
|---|
AbstractAggregator() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
clusterForFeature(double[] f,
Cluster[] clustersArray)
Returns the index of the cluster with the min distance between a feature and a codebook.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateVectorRepresentation, getByteVectorRepresentation, getFieldName, getStringVectorRepresentation, getVectorRepresentationprotected int clusterForFeature(double[] f,
Cluster[] clustersArray)
f - is the feature.clustersArray - is the codebook.