實現每一類分割結果的精度求解(利用混淆矩陣)

混淆矩陣的示意圖如下: from sklearn.metrics import confusion_matrix _pred=np.array([[0,1,2], [1,2,3], [1,1,2]]) _gt = np.array([[0, 1, 1], [2, 2, 3],
相關文章
相關標籤/搜索