Skip to content

Commit 072757b

Browse files
Clarify that HDBSCAN parity claim is up to cluster id relabeling
1 parent 2baa585 commit 072757b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/scholar/cluster/hdbscan.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defmodule Scholar.Cluster.HDBSCAN do
3232
ties differently while producing dendrograms of identical height. So the labels here can
3333
differ from `sklearn.cluster.HDBSCAN` on such data, without either being wrong. On data
3434
where the merge heights are all distinct, and therefore the dendrogram is unique, the two
35-
agree.
35+
agree on which points are grouped together, up to which cluster gets which integer id.
3636
3737
## Not yet supported
3838

0 commit comments

Comments
 (0)