how to to evaluate accuracy score for a model in matlab

76 views (last 30 days)
I have build a decision tree model using matlab.Now i want to test my model with test data.so how can i test my model and calculate the accuracy of my model.thanks in advance
  6 Comments
Walter Roberson
Walter Roberson on 7 Nov 2019
Edited: Walter Roberson on 7 Nov 2019
No, there is no built-in function for that. "accuracy" is not well-enough defined in the situation for there to be a function for that.
If rms() does not do the job for you, you should probably looking at precision or recall rather than some not-defined accuracy .

Sign in to comment.

Answers (1)

Bhargavi Maganuru
Bhargavi Maganuru on 27 Dec 2019
You can use loss function to predict classes for the test data and to get accuracy of prediction.

Categories

Find more on ROC - AUC in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!