Hi,
after clustering my data into 10 clusters, I want to find the relationships between the clusters. Eventually, I want to draw a custom dendromap.
So I used clusterer.condensed_tree_.to_pandas() & clusterer._select_clusters.
However, as I successfully get the relationships between each cluster, I have no idea how the node ID corresponds to cluster label.
cluster label is Like 0 to 9, while Node ID could 9768.
Thanks in advance.