Uses of Class
org.ojalgo.data.cluster.Point
Packages that use Point
-
Uses of Point in org.ojalgo.data.cluster
Methods in org.ojalgo.data.cluster that return PointModifier and TypeMethodDescriptionPoint.Factory.newPoint(float... coordinates) static PointPoint.of(int id, float... coordinates) Creates a point with the supplied id and coordinates (no defensive copy).Methods in org.ojalgo.data.cluster with parameters of type PointModifier and TypeMethodDescriptionintdoublePoint.distance(DistanceMeasure measure, Point other) Distance using the suppliedDistanceMeasure.Method parameters in org.ojalgo.data.cluster with type arguments of type Point