in Data Mining Methods Basics by
What is Classification Accuracy?

1 Answer

0 votes
by

Classification accuracy or accuracy of the classifier is determined by the percentage of the test data set examples that are correctly classified. The classification accuracy of a classification tree = (1 – Generalization error).

...