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:
And this is my analysis screen.
I can't find 'Percent_correct' here though to test accuracy. How can I test for accuracy?
Thank you.
You can't. Accuracy (ie Percent_correct) is only available from supervised algorithms like classifiers and cluster algorithms are unsupervised.