ClusteringDirectionCentrality
ClusteringDirectionCentrality copied to clipboard
Customize the number of categories for clustering results.
Hello, thank you for your work. May I ask if the CDC clustering algorithm can specify the number of final clusters like k-means? If I need to cluster a given number of categories, the debugging time required is a bit too long.
Thank you. Our algorithm is an exploratory analysis tool that cannot specify the number of ouput clusters directly. However, you can develop some merge or split strategies to further process the outputs of CDC for the specified number of clusters. I hope these tips help you.