Class EuclideanDoublePoint

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

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