How to find the accuracy of training and testing data samples in classifier learner app
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ceethal Kottakali Piyus
el 13 de Mzo. de 2018
Comentada: Hussein Hasan Mohsen
el 14 de Jul. de 2020
How to find the accuracy of testing data in classifier leaner app.
0 comentarios
Respuestas (1)
KSSV
el 13 de Mzo. de 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 comentarios
kanuparthi bhagyasree
el 27 de Abr. de 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.
Ver también
Categorías
Más información sobre Classification Learner App en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!