2019-07-17
阅读量:
1156
如何制作混淆矩阵
如何制作混淆矩阵
# Making the Confusion Matrix
cm = table(test_set[, 3], y_pred)
- 输出:







评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论