Module deep_rust::metrics::confusion_matrix [] [src]

Functions inside the confusion_matrix module helps to benchmark the model's performance

Confusion Matrix

Confusion matrix is a matrix used to measure the performance of a classifier. Explanation of the confusion matrix terminology can be found in DataSchool's blog post.

Structs

Confusionmatrix

Defining a struct to represent a confusion matrix for a classifier