Questions about how "confusion "and" confusionchart "return indexes.
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
"Confusion" the confusion command can return ind.
e.g. [C,CM, ind,PER] = confusion(Targets',outputs');
How does " CoFusionChart" return the value of the index.
0 Commenti
Risposte (1)
Prince Kumar
il 17 Gen 2022
Hi,
'confusion' fucntion returns cell array, index but 'confusionchart' function returns ConfusionMatrixChart object. It does not return the index cell array. You can see the various properties of the ConfusionMatrixChart object using dot operator.
For more information please refer the following documentation:
I hope you find the above information useful.
0 Commenti
Vedere anche
Categorie
Scopri di più su Measurements and Feature Extraction in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!