distance
Class DistanceMinMax

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

public class DistanceMinMax
extends java.lang.Object
implements IDistanceMeasure


Constructor Summary
DistanceMinMax()
           
 
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

DistanceMinMax

public DistanceMinMax()
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