Uses of Class
org.hipparchus.clustering.DoublePoint
- 
Packages that use DoublePoint Package Description org.hipparchus.samples Various examples. - 
- 
Uses of DoublePoint in org.hipparchus.samples
Methods in org.hipparchus.samples that return types with arguments of type DoublePoint Modifier and Type Method Description static List<DoublePoint>ClusterAlgorithmComparison. normalize(List<Vector2D> input, double minX, double maxX, double minY, double maxY)Constructor parameters in org.hipparchus.samples with type arguments of type DoublePoint Constructor Description ClusterPlot(List<? extends Cluster<DoublePoint>> clusters, long duration) 
 -