francy_faraone
10-16-2007, 08:02 AM
Hallo.
I have a problem: after running the clustering algorithm SimpleKmean, I want to add the cluster attribute to the initial data set. The problem is that there isn't correspondence between the results with SimpleKMean and the results after applying the unsupervised attribute filter "addcluster". I show the results I refer to, below:
Clustered Instances from SimpleKMean:
0 108
1 79
2 71
3 76
4 149
(total 483)
Clustered instances after applying the filter:
cluster1 86
cluster2 79
cluster3 93
cluster4 83
cluster5 142
(total 483)
I have used the same settings both for the clustering algorithm and for the filter, but it seems that the distribution of the istances is different. Why? Which result do I have to consider?
Kind regards.
Maria Francesca.
I have a problem: after running the clustering algorithm SimpleKmean, I want to add the cluster attribute to the initial data set. The problem is that there isn't correspondence between the results with SimpleKMean and the results after applying the unsupervised attribute filter "addcluster". I show the results I refer to, below:
Clustered Instances from SimpleKMean:
0 108
1 79
2 71
3 76
4 149
(total 483)
Clustered instances after applying the filter:
cluster1 86
cluster2 79
cluster3 93
cluster4 83
cluster5 142
(total 483)
I have used the same settings both for the clustering algorithm and for the filter, but it seems that the distribution of the istances is different. Why? Which result do I have to consider?
Kind regards.
Maria Francesca.