public class DistanceFunctionForeground
extends Distance
-
Field Summary
Fields inherited from class one.empty3.feature.kmeansbinary.Distance
r
-
Constructor Summary
Constructors
-
Method Summary
double
distance(double[] point1,
double[] point2)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DistanceFunctionForeground
public DistanceFunctionForeground()
-
Method Details
-
distance
public double distance(double[] point1,
double[] point2)
- Specified by:
distance
in class Distance