Uses of Enum Class
org.tribuo.clustering.hdbscan.HdbscanTrainer.Distance
-
Uses of HdbscanTrainer.Distance in org.tribuo.clustering.hdbscan
Modifier 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.ModifierConstructorDescriptionHdbscanTrainer
(int minClusterSize, HdbscanTrainer.Distance distanceType, int k, int numThreads) Constructs an HDBSCAN* trainer using the supplied parameters.