0
4.1kviews
Explain different methods that can be used to evaluate and compare the accuracy of different classification algorithm.
written 8.5 years ago by | modified 2.6 years ago by |
ADD COMMENT
EDIT
Accuracy of classifier refers to the ability of classifier. It predicts the class label correctly and the accuracy of the predictor refers to how well a given predictor can guess the value of predicted attribute for a new data.
This refers to the computational cost in generating and using the classifier or predictor.
It refers to the ability of classifier or predictor to make correct prediction from given noisy data.
Scalability refers to the ability to construct the classifier or predictor efficiently; given large amount of data.
It refers to what extent the classifier or predictor understands.