Confusion matrix

所属分类:matlab编程
开发工具:matlab
文件大小:1KB
下载次数:8
上传日期:2018-09-13 19:59:35
上 传 者wss533
说明:  用于机器学习中分类算法混淆矩阵的绘制,需要在理解的基础上改写。
(The drawing of the confusion matrix of the classification algorithm used in machine learning needs to be rewritten on the basis of understanding.)

文件列表:
Confusion matrix (0, 2018-09-13)
Confusion matrix\example.m (105, 2018-08-13)
Confusion matrix\plotConfMat.m (1944, 2018-02-22)

# plotConfMat Plots a confusion matrix with colorscale, absolute numbers and precision normalized percentages. This is a basic alternative to matlab's [plotconfusion](https://uk.mathworks.com/help/nnet/ref/plotconfusion.html) if you do not have the Neural Network Toolbox. usage: ```matlab plotConfMat(confmat) ``` or ```matlab plotConfMat(confmat, labels) ``` if you want to specify the class labels.

近期下载者

相关文件


收藏者