Uses of Interface
cc.mallet.types.Metric

Packages that use Metric
cc.mallet.cluster Unsupervised clustering of Instance objects within an InstanceList
cc.mallet.types Fundamental MALLET types, including FeatureVector, Instance, Label etc. 
 

Uses of Metric in cc.mallet.cluster
 

Constructors in cc.mallet.cluster with parameters of type Metric
KMeans(Pipe instancePipe, int numClusters, Metric metric)
          Construct a KMeans object
KMeans(Pipe instancePipe, int numClusters, Metric metric, int emptyAction)
          Construct a KMeans object
 

Uses of Metric in cc.mallet.types
 

Subinterfaces of Metric in cc.mallet.types
 interface CachedMetric
          Stores a hash for each object being compared for efficient computation.
 

Classes in cc.mallet.types that implement Metric
 class Minkowski
           
 class NormalizedDotProductMetric
          Computes 1 - [ / sqrt (*)] aka 1 - cosine similarity