Clear Filters
Clear Filters

Training Accuracy of Ensemble Bagged Classifier

2 views (last 30 days)
I would like to know what is the Training Accuracy of the Ensemble Bagged Trees Classifier? When I use the classifier app to make the classifier I can only find the validation accuracy and testing accuracy, but knowing the training accuracy can be useful in understanding if the data set I am using requires any further processing.
Would be great if anyone could guide me on this!

Answers (1)

Dinesh Yadav
Dinesh Yadav on 4 Oct 2019
At present the Classifier Learner App only supports Validation and Testing Accuracy for ensemble methods of classification. You can refer to the following documentation.
To see training accuracy vs no of learning cycles, try implementing the classification without using the app. You can refer to the following documentations
  1 Comment
Dave Rattan
Dave Rattan on 5 Oct 2019
Cheers for your response, my concern is that even using the fitcenensemble function in MATLAB it is not telling me the trainng accuracy. The classifier testing process only looks at validation accuracy from the function !? could you please correct me if I am wrong here.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!