ClusteringDirectionCentrality icon indicating copy to clipboard operation
ClusteringDirectionCentrality copied to clipboard

Customize the number of categories for clustering results.

Open BJHYZJ opened this issue 1 year ago • 1 comments

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.

BJHYZJ avatar Apr 09 '23 13:04 BJHYZJ

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.

pdh-coder avatar Apr 10 '23 05:04 pdh-coder