Info
This question is closed. Reopen it to edit or answer.
accuracyの算出方法
1 view (last 30 days)
Show older comments
精度スコア = TP / (TP + FN)
Accuracy = (TP + TN ) / (TP + TN + FP + FN)
と算出されていました.
これは,どちらが正しいのでしょうか?
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!