Precision: 0.962060
Recall: 1.000000
Accuracy: 0.976783
F1 Score: 0.980663
Mean: 0.281957
Variance: 0.100707
Standard Deviation: 0.317344
Range: 0.831697
Outputs written to outputs.csv
To run the program, execute the following command:
make run
*It is recommended to compile the project before running it.
To clean the project, execute the following command:
make clean
To compile the project, execute the following command:
make compile