python中argmax、append、confusion_matrix、classification_report用法

np.argmax 返回最大值索引
list.append 列表添加元素
confusion_matrix 混淆矩阵
classification_report 分类报告

猜你喜欢

转载自blog.csdn.net/weixin_42620091/article/details/82827608