Questions about how "confusion "and" confusionchart "return indexes.

2 ビュー (過去 30 日間)
心雨 王
心雨 王 2022 年 1 月 12 日
回答済み: Prince Kumar 2022 年 1 月 17 日
"Confusion" the confusion command can return ind.
e.g. [C,CM, ind,PER] = confusion(Targets',outputs');
How does " CoFusionChart" return the value of the index.

回答 (1 件)

Prince Kumar
Prince Kumar 2022 年 1 月 17 日
Hi,
'confusion' fucntion returns cell array, index but 'confusionchart' function returns ConfusionMatrixChart object. It does not return the index cell array. You can see the various properties of the ConfusionMatrixChart object using dot operator.
For more information please refer the following documentation:
I hope you find the above information useful.

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by