Uses of Class
org.tribuo.clustering.hdbscan.HdbscanTrainer.ClusterExemplar
Packages that use HdbscanTrainer.ClusterExemplar
-
Uses of HdbscanTrainer.ClusterExemplar in org.tribuo.clustering.hdbscan
Methods in org.tribuo.clustering.hdbscan that return HdbscanTrainer.ClusterExemplarModifier and TypeMethodDescriptionHdbscanTrainer.ClusterExemplar.copy()
Copies this cluster exemplar.Methods in org.tribuo.clustering.hdbscan that return types with arguments of type HdbscanTrainer.ClusterExemplarModifier and TypeMethodDescriptionHdbscanModel.getClusterExemplars()
Returns a deep copy of the cluster exemplars.