Uses of Enum Class
org.tribuo.clustering.hdbscan.HdbscanTrainer.Distance
Packages that use HdbscanTrainer.Distance
-
Uses of HdbscanTrainer.Distance in org.tribuo.clustering.hdbscan
Subclasses with type arguments of type HdbscanTrainer.Distance in org.tribuo.clustering.hdbscanMethods in org.tribuo.clustering.hdbscan that return HdbscanTrainer.DistanceModifier and TypeMethodDescriptionstatic HdbscanTrainer.Distance
Deprecated.Returns the enum constant of this class with the specified name.static HdbscanTrainer.Distance[]
HdbscanTrainer.Distance.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tribuo.clustering.hdbscan with parameters of type HdbscanTrainer.DistanceModifierConstructorDescriptionHdbscanTrainer
(int minClusterSize, HdbscanTrainer.Distance distanceType, int k, int numThreads) Deprecated.This Constructor is deprecated in version 4.3.
DistanceType