Home
last modified time | relevance | path

Searched refs:weighted_cluster_medoid (Results 1 – 3 of 3) sorted by relevance

/dports/math/py-hdbscan/hdbscan-0.8.27/hdbscan/tests/
H A Dtest_hdbscan.py614 medoid = clusterer.weighted_cluster_medoid(idx)
621 assert_raises(ValueError, clusterer.weighted_cluster_medoid, -1)
/dports/math/py-hdbscan/hdbscan-0.8.27/hdbscan/
H A Dhdbscan_.py1003 def weighted_cluster_medoid(self, cluster_id): member in HDBSCAN
/dports/math/py-hdbscan/hdbscan-0.8.27/notebooks/
H A DLooking at cluster consistency.ipynb965 " rep_point = self.clusterer.weighted_cluster_medoid(cluster_id)\n",