Uses of Class
org.apache.commons.math3.stat.clustering.EuclideanIntegerPoint

Packages that use EuclideanIntegerPoint
org.apache.commons.math3.stat.clustering Clustering algorithms 
 

Uses of EuclideanIntegerPoint in org.apache.commons.math3.stat.clustering
 

Methods in org.apache.commons.math3.stat.clustering that return EuclideanIntegerPoint
 EuclideanIntegerPoint EuclideanIntegerPoint.centroidOf(Collection<EuclideanIntegerPoint> points)
          Returns the centroid of the given Collection of points.
 

Methods in org.apache.commons.math3.stat.clustering with parameters of type EuclideanIntegerPoint
 double EuclideanIntegerPoint.distanceFrom(EuclideanIntegerPoint p)
          Returns the distance from the given point.
 

Method parameters in org.apache.commons.math3.stat.clustering with type arguments of type EuclideanIntegerPoint
 EuclideanIntegerPoint EuclideanIntegerPoint.centroidOf(Collection<EuclideanIntegerPoint> points)
          Returns the centroid of the given Collection of points.
 



Copyright © 2017 CNES. All Rights Reserved.