public interface DistanceMeasure
The DistanceMeasure interface gives users the ability to use a wide variety of distance measures when performing KMeans clustering.
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getDistance(KDDMatrix vector1,
KDDMatrix vector2)
Calculate the distance between the the two given vectors.
|