How to calculate Accuracy, Recall and Precision for multi-class multi-lable Fuzzy inference system in MATLAB?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Muhammad
am 22 Mär. 2016
Bearbeitet: Greg Heath
am 23 Mär. 2016
I've designed a fuzzy inference system in the MATLAB using fuzzy logic toolbox. My target dataset is comprised of 100 instances and this data set is of 21 different classes. Now, I want to calculate its ARP (Accuracy, Recall and Precision) for every class which means there will be 21 different confusion matrix with 21 different ARPs.
I've seen 'plotconfusion' and 'confusionmat' functions of the MATLAB but didn't understand these function. Kindly guide me to create the confusion matrix for my system and how to calculate it in MATLAB.
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 23 Mär. 2016
Bearbeitet: Greg Heath
am 23 Mär. 2016
Use BOTH the help and doc commands on
confusion
confusionmat
plotconfusion
roc
plotroc
You can find additional classification examples by using BOTH the help and doc commands on
nndatasets
If this is not sufficient, search for each of these terms in BOTH NEWSGROUP and ANSWERS
If you still have problems, post your code with accompanying error statements
Hope this helps.
Thank you for formally accepting my answer
Greg
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!