are there way to know the clusters are meaning or meaningless?

조회 수: 2 (최근 30일)
huda nawaf
huda nawaf 2012년 9월 5일
hi, Are there way to know if the algorithm of clustering give meaning or meaningless clusters?
thanks in advance

답변 (1개)

Walter Roberson
Walter Roberson 2012년 9월 5일
If you are doing k-means or other clustering that starts from random initial conditions, then you repeat the clustering a number of times with different conditions; the clusters that appear in more of the results are more probable.
If you are trying to determine the optimal number of clusters, then you have a Problem unless you can write down exactly what it means for a clustering to be optimal in your situation; there is no generally applicable definition of "optimal" that can be used.
  댓글 수: 2
huda nawaf
huda nawaf 2012년 9월 5일
thanks , I'm not talk about optimal, but need to be sure if the clusters that result from my algorithms are meaning.
I used several types of hierarchical clustering such as ward, single, complete,... that built in matlab , in additin I built agglomerative clustering and newman algorithm . regarding initial condition , there is no initial conditions in these types. what I did is trying to see shared clusters among these methods, and I'm not sure if it is good way to cluster my data or not. I think there is some way more efficiecnt to do that.
regarding no. of clusters, I read about elbow as good way to determin the number of clusters, but it is not used with hierarchical method
he say that we can determine the number of clusters by looking at the similarity measures in hierarchical clustering. unfortunately, there is no way to cantact him
Walter Roberson
Walter Roberson 2012년 9월 5일
It is not possible for a computer program to determine whether a given output has meaning. An output is an output is an output is an output. Computers follow instructions, not assign meaning.

댓글을 달려면 로그인하십시오.

카테고리

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