Uses of Class
org.apache.commons.math3.stat.clustering.EuclideanIntegerPoint
Packages that use EuclideanIntegerPoint
Package
Description
All classes and sub-packages of this package are deprecated.
-
Uses of EuclideanIntegerPoint in org.apache.commons.math3.stat.clustering
Methods in org.apache.commons.math3.stat.clustering that return EuclideanIntegerPointModifier and TypeMethodDescriptionEuclideanIntegerPoint.centroidOf
(Collection<EuclideanIntegerPoint> points) Deprecated.Returns the centroid of the given Collection of points.Methods in org.apache.commons.math3.stat.clustering with parameters of type EuclideanIntegerPointModifier and TypeMethodDescriptiondouble
EuclideanIntegerPoint.distanceFrom
(EuclideanIntegerPoint p) Deprecated.Returns the distance from the given point.Method parameters in org.apache.commons.math3.stat.clustering with type arguments of type EuclideanIntegerPointModifier and TypeMethodDescriptionEuclideanIntegerPoint.centroidOf
(Collection<EuclideanIntegerPoint> points) Deprecated.Returns the centroid of the given Collection of points.