Uses of Enum Class
org.tribuo.clustering.hdbscan.HdbscanTrainer.Distance
Packages that use HdbscanTrainer.Distance
-
Uses of HdbscanTrainer.Distance in org.tribuo.clustering.hdbscan
Fields in org.tribuo.clustering.hdbscan declared as HdbscanTrainer.DistanceMethods in org.tribuo.clustering.hdbscan that return HdbscanTrainer.DistanceModifier and TypeMethodDescriptionstatic HdbscanTrainer.Distance
Returns the enum constant of this class with the specified name.static HdbscanTrainer.Distance[]
HdbscanTrainer.Distance.values()
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) Constructs an HDBSCAN* trainer using the supplied parameters.