|
Hi, a maybe simple question on the output of
function mclass().
I am trying to cluster on 330 objects into
10 clusters. I have run the function mclust() on my data set, say the output is
saved as zz.mclust.
And then I run the function mclass() on
zz.mclust as follow:
mclass(zz.mclust, 10).
The content of classification component of
output of mclass(zz.mclust,10) is given below:
$classification: [1]
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 [34] 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 [67] 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 [100] 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 [133] 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 [166] 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1 [199]
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 [232] 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 [265] 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 [298] 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 1 1 1
1 1 321 322 323 324 325 326 327 328 329 329
Suppose this component gives the cluster
membership of each object(there are 330 objects in this case). There were 10
clusters specified but there appears 11 labels in the classification component.
Can some one give me a clue what actually was given in this classification?
Thank you in advance for your help.
Regards
Jo Jiao
|