accuracyの算出方法
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
精度スコア = TP / (TP + FN)
Accuracy = (TP + TN ) / (TP + TN + FP + FN)
と算出されていました.
これは,どちらが正しいのでしょうか?
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!