Classification Learner App: creating a table from the parallel coordinate plots

조회 수: 3 (최근 30일)
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!!

답변 (1개)

Shashank Gupta
Shashank Gupta 2021년 2월 4일
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.

카테고리

Help CenterFile Exchange에서 Classification Learner App에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by