cc.mallet.types
Interface Metric

All Known Subinterfaces:
CachedMetric
All Known Implementing Classes:
Minkowski, NormalizedDotProductMetric

public interface Metric


Method Summary
 double distance(SparseVector a, SparseVector b)
           
 

Method Detail

distance

double distance(SparseVector a,
                SparseVector b)