How to evaluate RMSE, MAE, and bias from confusion matrix?
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have confusion matrix representing the results of my classification:
A = 3593 % True Positive
B = 305 % False Positive
C = 953 % False Negative
D = 40392 % True Negative
Is it possible from these data evaluate root-mean-squared-error, mean-absolute-error, and bias?
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Statistics and Machine Learning Toolbox 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!