are there way to know the clusters are meaning or meaningless?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
hi, Are there way to know if the algorithm of clustering give meaning or meaningless clusters?
thanks in advance
0 Kommentare
Antworten (1)
Walter Roberson
am 5 Sep. 2012
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 Kommentare
Walter Roberson
am 5 Sep. 2012
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.
Siehe auch
Kategorien
Mehr zu Cluster Analysis and Anomaly Detection finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!