Uses of Class
org.hipparchus.clustering.DoublePoint
Packages that use DoublePoint
- 
Uses of DoublePoint in org.hipparchus.samples
Methods in org.hipparchus.samples that return types with arguments of type DoublePointModifier and TypeMethodDescriptionstatic List<DoublePoint> ClusterAlgorithmComparison.normalize(List<Vector2D> input, double minX, double maxX, double minY, double maxY) Normolize points in a rectangular areaConstructor parameters in org.hipparchus.samples with type arguments of type DoublePointModifierConstructorDescriptionClusterPlot(List<? extends Cluster<DoublePoint>> clusters, long duration) Simple constructor.