How plot a matrix for Naive Bayes classifier?
Afficher commentaires plus anciens
I want to illustrate the matrix as shown in the picture

this is a part of the code
fh = figure('Name', 'Confusion matrix', ...
'NumberTitle', 'off');
plotmat(cMat1, 'k', 'k', 15);
title(['Classification rate: ' num2str(classificationrate) '% for Naive Bayes Classifier'], 'FontSize', 14);
but it says Undefined function or variable 'plotmat'.
does has
any function instead plotmat?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Naive Bayes dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!