conf_mat = confusionmat(y_true, y_pred);
% 首先根据数据集上的真实 label 值,和训练算法给出的预测 label 值,
% 计算 confusion matrix
conf_mat = bsxfun(@rdivide, co
转载
2017-05-10 09:54:00
131阅读
2评论
conf_mat = confusionmat(y_true, y_pred);
% 首先根据数据集上的真实 label 值,和训练算法给出的预测 label 值,
% 计算 confusion matrix
conf_mat = bsxfun(@rdivide, co
转载
2017-05-10 09:54:00
400阅读
2评论