Uses of Class
org.apache.commons.math.stat.clustering.EuclideanIntegerPoint
-
Packages that use EuclideanIntegerPoint Package Description org.apache.commons.math.stat.clustering Clustering algorithms -
-
Uses of EuclideanIntegerPoint in org.apache.commons.math.stat.clustering
Methods in org.apache.commons.math.stat.clustering that return EuclideanIntegerPoint Modifier and Type Method Description EuclideanIntegerPoint
EuclideanIntegerPoint. centroidOf(java.util.Collection<EuclideanIntegerPoint> points)
Returns the centroid of the given Collection of points.Methods in org.apache.commons.math.stat.clustering with parameters of type EuclideanIntegerPoint Modifier and Type Method Description double
EuclideanIntegerPoint. distanceFrom(EuclideanIntegerPoint p)
Returns the distance from the given point.Method parameters in org.apache.commons.math.stat.clustering with type arguments of type EuclideanIntegerPoint Modifier and Type Method Description EuclideanIntegerPoint
EuclideanIntegerPoint. centroidOf(java.util.Collection<EuclideanIntegerPoint> points)
Returns the centroid of the given Collection of points.
-