This function calculates detailed accuracy by class from confusion matrix binary classes.
Please, also see crosstab function in MATLAB library
confusion matrix can be calculated using built-in crosstab function
confusionMatrix=crosstab(label_index_expected, label_index_actual);
引用格式
Apdullah YAYIK (2025). Performance-Evaluation (https://github.com/apdullahyayik/Performance-Evaluation), GitHub. 检索时间: .
MATLAB 版本兼容性
创建方式
R2019a
兼容任何版本
平台兼容性
Windows macOS Linux类别
- AI and Statistics > Statistics and Machine Learning Toolbox > Descriptive Statistics and Visualization > Descriptive Statistics >
在 Help Center 和 MATLAB Answers 中查找有关 Descriptive Statistics 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!无法下载基于 GitHub 默认分支的版本
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.1 | image changed |
|
|
1.0.0 |
|
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。