Uses of Enum Class
org.ojalgo.data.proximity.DistanceMeasure
Packages that use DistanceMeasure
-
Uses of DistanceMeasure in org.ojalgo.data.cluster
Methods in org.ojalgo.data.cluster with parameters of type DistanceMeasureModifier and TypeMethodDescriptiondoublePoint.distance(DistanceMeasure measure, Point other) Distance using the suppliedDistanceMeasure.static FeatureBasedClustererFeatureBasedClusterer.newAutomatic(DistanceMeasure measure) Returns a new automatic clusterer using the specified distance measure.static FeatureBasedClustererFeatureBasedClusterer.newGreedy(DistanceMeasure measure, double threshold) Returns a new greedy, single-pass clusterer using the supplied distance and threshold.static FeatureBasedClustererFeatureBasedClusterer.newKMeans(DistanceMeasure measure, int k) Returns a new k-means–style clusterer using the supplied distance measure and number of clusters.static FeatureBasedClustererFeatureBasedClusterer.newSpectral(DistanceMeasure measure, int k) Returns a new spectral clusterer using the supplied distance measure and number of clusters. -
Uses of DistanceMeasure in org.ojalgo.data.proximity
Methods in org.ojalgo.data.proximity that return DistanceMeasureModifier and TypeMethodDescriptionstatic DistanceMeasureReturns the enum constant of this class with the specified name.static DistanceMeasure[]DistanceMeasure.values()Returns an array containing the constants of this enum class, in the order they are declared.