Uses of Class
com.sun.labs.minion.indexer.dictionary.FeatureVector

Packages that use FeatureVector
com.sun.labs.minion.indexer.dictionary Provides the classes that implement the dictionaries used by the indexer and the retrieval engine. 
 

Uses of FeatureVector in com.sun.labs.minion.indexer.dictionary
 

Methods in com.sun.labs.minion.indexer.dictionary with parameters of type FeatureVector
 double FeatureVector.distance(int id1, FeatureVector v, int id2)
          Gets the distance between two feature vectors stored in different partitions.