How is Validation and Test cost calculated in Classification Learner app?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I used SVM for classification with LBP features as input. I used 20 percent data for testing in classification learner app with 10-fold Corss-validation. In the summary tab of output it calculates Total Validation and Total Test cost. How does it calculate these numbers?![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1466457/image.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1466457/image.jpeg)
0 commentaires
Réponse acceptée
Shreeya
le 28 Août 2023
Hi Satish
The validation and testing cost refer to the total number of misclassifications. By default, the app assigns a penalty of 0 if the observation is classified correctly and a penalty of 1 if the observation is classified incorrectly. The penalties can also be changed according to model requirements. You can read more about it in the documentation below.
Hope this helps!
2 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Classification Learner App dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!