フィルターのクリア

how to find out the content of one cluster

1 回表示 (過去 30 日間)
KnowledgeSeeker
KnowledgeSeeker 2014 年 2 月 24 日
回答済み: Walter Roberson 2014 年 2 月 24 日
I have multiple clusters and I am concerning how to find the features of each cluster. Is there any way that allows me to find the cluster's content or features and what features are in the cluster.
Thanx

採用された回答

Walter Roberson
Walter Roberson 2014 年 2 月 24 日
Not really, no. Clusters, especially as determined by k-means, do not have "features". The k-means documentation indicates,
This iterative partitioning minimizes the sum, over all clusters, of the within-cluster sums of point-to-cluster-centroid distances. Rows of X correspond to points, columns correspond to variables.
If you were working with two variables (two columns) then a geometric interpretation would be that any given point P is considered to be associated with a centroid C if the circle of radius |PQ| around P does not (strictly) include any other centroid.
Likewise you can extend to three variables (three columns) and extend the geometric interpretation to be "sphere" instead of "circle".
You can see, then, that the cluster associated with C does not have any particular value or even value range for the variables. The boundary between clusters would be the intersection of hyperspheres around the centroids.
If you were using SVM, and you had only two clusters, then you could find a hyperplane that divided the two clusters -- but a hyperplane is not what one would typically think of as being a "feature".

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCluster 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