Uses of Class
org.ojalgo.data.cluster.Point
Packages that use Point
-
Uses of Point in org.ojalgo.data.cluster
Classes in org.ojalgo.data.cluster that implement interfaces with type arguments of type PointModifier and TypeClassDescriptionclassFacade for clustering objects represented by float feature vectors.final classImmutable coordinate point used by the clustering utilities.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