0

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.

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

2 Comments

I see, thanks! Is there a way to compare the % of incorrectly clustered instances though, like in Explorer?
Unfortunately, no. You'd have to write custom code for obtaining the classes-to-clusters information and post-process that further.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.