how to do for loop in confusionmat function
Ältere Kommentare anzeigen
Hello,
i devolped a system to to distingish between data based on specific features and different classifiers. the issue i faced that in using (confusionmat) function i can see the result of each classifier one by one (c= confusionmat(label_test,Class1)). with huge numbers of classifiers the process is imposible. there for i tryied to use a for loop in (confusionmat) function but since the name of my classifiers are (Class1,Class2, ... ) i couldn't do it .
If any one can help it will be appreciated..
Antworten (0)
Kategorien
Mehr zu Classification finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!