Classification Learner App: creating a table from the parallel coordinate plots
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I used the Classification Learner App to build a Quadratic SVM model for the prediction of a medical outcome based on patient characteristics.
I explored the results including the confusion matrix, ROC curve and parallel coordinate plots.
Is it possible to export the data from the parallel coordinate plots in the form of a table?
In other words, I want to know what the model predicted for each patient (row of data) compared to standard reference.
Thanks a lot!!
0 comentarios
Respuestas (1)
Shashank Gupta
el 4 de Feb. de 2021
Everything which is done on classificationLearner app can be regenerated on command line. You just need to export the trained model to MATLAB workspace and find the appropriate data. Check out the trainedModel (exported model) properties. All the data which is used to construct parallel coordinates plot will be mentioned there. you can use link to plot there once you get the data. Generally the things you are looking for are accessible in trainedModel.ClassificationSVM.
I hope this helps
Cheers.
0 comentarios
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!