Info

This question is closed. Reopen it to edit or answer.

accuracyの算出方法

1 view (last 30 days)
Kodai Sato
Kodai Sato on 6 Nov 2020
Closed: MATLAB Answer Bot on 20 Aug 2021
現在こちらを参考にセマンティックセグメンテーションを行っています.そこで,評価のためにevaluateSemanticSegmentationを使用しているのですがaccuracyが
精度スコア = TP / (TP + FN)
と算出されていました.一方で,semanticSegmentationMetricsでは,
Accuracy = (TP + TN ) / (TP + TN + FP + FN)
と算出されていました.
これは,どちらが正しいのでしょうか?

Answers (0)

Products


Release

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!