Confusion Metrics Plottings Causing An Error

1 vue (au cours des 30 derniers jours)
Matpar
Matpar le 6 Mai 2020
Hi all,
I am uncertain of the way forward and require some direction to move onward with my metrics plans!
Challenge:
I am trying to plot the score and labels of the confusion metrics but unsure of the right procedures and values to use. I have been reading the documents and still i need a push to understanding what are the values that is required. I am confused please assist?
I have a data set which is splitted into MyTrain and MyTest
I tried the following but Matlab is constantly arguing and I am sure that I am the cause;
[PredlabelIdx, predscore] = predict(categoryClassifier,MyTest);
predlabs = categoryClassifier.Labels(labelIdx')
ConfusionM_Chart = confusionchart(PredlabelIdx,predscore)

Réponses (0)

Catégories

En savoir plus sur Agriculture 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!

Translated by