How plot a matrix for Naive Bayes classifier?
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Naive Bayes in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!