edu.indiana.util.clustering
Class ClusteringTestClass.IntDifferentiator

java.lang.Object
  extended by edu.indiana.util.clustering.ClusteringTestClass.IntDifferentiator
All Implemented Interfaces:
Differentiator
Enclosing class:
ClusteringTestClass

protected class ClusteringTestClass.IntDifferentiator
extends java.lang.Object
implements Differentiator


Constructor Summary
protected ClusteringTestClass.IntDifferentiator()
           
 
Method Summary
 double calcDifference(java.lang.Object obj1, java.lang.Object obj2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteringTestClass.IntDifferentiator

protected ClusteringTestClass.IntDifferentiator()
Method Detail

calcDifference

public double calcDifference(java.lang.Object obj1,
                             java.lang.Object obj2)
Specified by:
calcDifference in interface Differentiator