Plotting TP/FN Bar Chart from Confusion Matrix

バージョン 1.0.4 (3.21 KB) 作成者: David Heise
This code provides an alternative view of confusion matrix data by plotting as a bar chart.
ダウンロード: 15
更新 2023/8/20

ライセンスの表示

This function will produce a bar plot to show the true positives (TP) versus the false negative (FN) for each target class. Both correct and incorrect classifications are color-coded to show the predicted class.
Inputs:
C - an integer matrix of the confusion data to plot, with ground truth labels in rows and predicted labels in columns
c_labels - a cell array of class labels, given in the same order as in C
cmap - [optional] a colormap matrix specifying colors to use in displaying each class from c_labels
max_y - [optional] integer maximum value for y axis in the produced plot
Outputs:
b_fig - a handle to the figure produced

引用

D. Heise and H. Bear, "Evaluating the Potential and Realized Impact of Data Augmentations", submitted to 2023 IEEE Symposium Series on Computational Intelligence, in review.

MATLAB リリースの互換性
作成: R2023a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
謝辞

ヒントを得たファイル: Plot Groups of Stacked Bars

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.4

updated citation

1.0.3

removed extraneous '\n' from error messages

1.0.2

corrected additional errors

1.0.1

correcting small (but fatal) errors

1.0.0