I am using HDBSCAN for outlier detection. I already know how many clusters the algorithm should use. How do I set the number of clusters?
Maybe with fcluster of the scipy.cluster.hierarchy library?
Found this post: HDBSCAN Python choose number of clusters
but do ot know how to use labels afterwards. Can anyone give an example for fclusters or has another idea to set numbers of clusters for hdbscan?
Thank you, MaMo