Performance-Evaluation

Performance Evaluation
41 Downloads
Updated 17 Jul 2019

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);

Cite As

Apdullah YAYIK (2024). Performance-Evaluation (https://github.com/apdullahyayik/Performance-Evaluation), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2019a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.1

image changed

1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.