Skip to content
Snippets Groups Projects
Commit 81b87a96 authored by a.croix's avatar a.croix
Browse files

Small correction in method to write stats computation for average

parent b27e99fc
No related branches found
No related tags found
1 merge request!4Neural network
Pipeline #2444 failed
......@@ -540,9 +540,6 @@ final class Utils {
new FileOutputStream(filename, true),
StandardCharsets.UTF_8)) {
writer.write("___________________________________________\n");
writer.write("|TRIGGER VALUE :" + trigger_value + "\n");
writer.write("|_________________________________________|\n");
writer.write("AVERAGE\n\n");
writer.write("Average true positive : "
+ average_true_positive_counter + "\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment