1
2
3
4
5
6
7
8
9
// Task : Main file for executing the different metric units
// Author : Vigneshwer 
// Date : 18th Feb 16
// Version : 0.0.1

//! Module for benchmarking and analyzing the model's performance

/// Functions inside the **confusion_matrix** module helps to benchmark the model's performance
pub mod confusion_matrix;