How to prioritize the cluster on the basis of number of data points in each cluster?

2 次查看(过去 30 天)
I want to assign a number to each cluster on the basis of data points in that.

采纳的回答

Bernhard Suhm
Bernhard Suhm 2018-5-18
If X was your data, you could get the histogram with
h = histogram(X);
and then compare the centroids of your clusters to h.BinEdges, and the corresponding h.Values will provide you with the count of each cluster's bin.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Cluster Analysis and Anomaly Detection 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by