accuracyの算出方法
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
精度スコア = TP / (TP + FN)
Accuracy = (TP + TN ) / (TP + TN + FP + FN)
と算出されていました.
これは,どちらが正しいのでしょうか?
Risposte (0)
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!