javaweka

Testing clustering algorithms for accuracy in weka Experimenter


I'm using Experimenter to compare clustering algorithms to test accuracy. I couldn't find clustering algorithms in the Simple experiment mode, so I used Advanced and did the clustering using these steps:

https://waikato.github.io/weka-wiki/experimenter/running_an_experiment_using_clusterers/

These are my settings:

Experimenter settings

And this is my analysis screen.

Analysis

I can't find 'Percent_correct' here though to test accuracy. How can I test for accuracy?

Thank you.


Solution

  • You can't. Accuracy (ie Percent_correct) is only available from supervised algorithms like classifiers and cluster algorithms are unsupervised.