Class EuclideanIntegerPoint

java.lang.Object
org.apache.commons.math3.stat.clustering.EuclideanIntegerPoint
All Implemented Interfaces:
Serializable, Clusterable<EuclideanIntegerPoint>

Deprecated.
As of 3.2 (to be removed in 4.0), use DoublePoint instead
A simple implementation of Clusterable for points with integer coordinates.
Since:
2.0
See Also: