distance
Class DistanceTanimoto

java.lang.Object
  extended by distance.DistanceTanimoto
All Implemented Interfaces:
IDistanceMeasure

public class DistanceTanimoto
extends java.lang.Object
implements IDistanceMeasure


Constructor Summary
DistanceTanimoto()
           
 
Method Summary
 java.lang.String getIdentifier()
           
 double getSimilarity(FeatureMap a, FeatureMap b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistanceTanimoto

public DistanceTanimoto()
Method Detail

getIdentifier

public java.lang.String getIdentifier()
Specified by:
getIdentifier in interface IDistanceMeasure

getSimilarity

public double getSimilarity(FeatureMap a,
                            FeatureMap b)
Specified by:
getSimilarity in interface IDistanceMeasure