How to find the accuracy of training and testing data samples in classifier learner app
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to find the accuracy of testing data in classifier leaner app.
0 commentaires
Réponses (1)
KSSV
le 13 Mar 2018
1. There is an option of importing your testing data...you import data and predict the values and check accuracy...
2. Export the trained model into a net/ weights. Use this on the test data and get regression.
2 commentaires
kanuparthi bhagyasree
le 27 Avr 2019
@KSSV
Is there any option to import the test data, predicting labels and finding the accuracy in classification learner app?
Please suggest if there is any option like that in Matlab classification learner app as you said above.
I am using R2018b version of Matlab.
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!