Uses of Enum
org.tribuo.clustering.kmeans.KMeansTrainer.Distance
-
Uses of KMeansTrainer.Distance in org.tribuo.clustering.kmeans
Methods in org.tribuo.clustering.kmeans that return KMeansTrainer.DistanceModifier and TypeMethodDescriptionstatic KMeansTrainer.DistanceDeprecated.Returns the enum constant of this type with the specified name.static KMeansTrainer.Distance[]KMeansTrainer.Distance.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tribuo.clustering.kmeans with parameters of type KMeansTrainer.DistanceModifierConstructorDescriptionKMeansTrainer(int centroids, int iterations, KMeansTrainer.Distance distanceType, int numThreads, long seed) Deprecated.This Constructor is deprecated in version 4.3.KMeansTrainer(int centroids, int iterations, KMeansTrainer.Distance distanceType, KMeansTrainer.Initialisation initialisationType, int numThreads, long seed) Deprecated.This Constructor is deprecated in version 4.3.