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

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

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

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

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

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



Copyright © 2017 CNES. All Rights Reserved.