フィルターのクリア

need help in confusion matrix details

2 ビュー (過去 30 日間)
lech king
lech king 2021 年 1 月 23 日
コメント済み: lech king 2021 年 1 月 24 日
Hi
After training a network, I got this matrix
Can you explain the percentages written in the last row and column?
Does MATLAB have a code to calculate the following values?
accuracy
precision
recall.
F1 score
Thanks for your help

採用された回答

the cyclist
the cyclist 2021 年 1 月 23 日
The green number in the upper-right box is the fraction of correctly classified entries in that row (and the red is the incorrect).
The green number in the bottom-left box is the fraction of correctly classified entries in that column (and the red is the incorrect).
The green number in the bottom-right corner (grayer than the others) is the overall fraction of correct classification.
================
There are several different methods to do classification, in MATLAB. For example, you could use the Classification Learner App. You can get some of the outputs you want from that. Personally, I have always found it quite quick and easy to just code the definitions myself, given the predicted and actual classes.
  1 件のコメント
lech king
lech king 2021 年 1 月 24 日
Thank you very much

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by