accuracyの算出方法

現在こちらを参考にセマンティックセグメンテーションを行っています.そこで,評価のためにevaluateSemanticSegmentationを使用しているのですがaccuracyが
精度スコア = TP / (TP + FN)
と算出されていました.一方で,semanticSegmentationMetricsでは,
Accuracy = (TP + TN ) / (TP + TN + FP + FN)
と算出されていました.
これは,どちらが正しいのでしょうか?

답변 (0개)

이 질문은 마감되었습니다.

제품

릴리스

R2019b

질문:

2020년 11월 6일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!