prediction accuracy for clustering
Find more posts tagged with
For example, in my dataset I have 11 normal attributes and 1 lable. In classification, we get prediction accuracy based on the confusion matrix. For clustering, there is no such thing but I need a prediction performance as many papers comparing their clustering algorithms based on this measure. Fo instance, the attached image shows one of these papers which provides predicttion performance for expectation maximization and k-means.
Thaks
hello @vand_boo99 welcome to the community! I'd recommend posting your XML process here (see https://youtu.be/KkgB5QXWXJ8 and "Read Before Posting" on right when you reply) and attach your dataset. This way we can replicate what you're doing and help you better.
Scott
I found the solution: "Map Clustering on Lables"
Now, I have managed to get accuracy, precision and recall for k-means ....
Thanks
Hi,
how do you define accuracy if there is no label like in usual clustering problems?
~Martin