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

Fix checkstyle issue

parent b92a747c
No related branches found
No related tags found
No related merge requests found
Pipeline #1281 passed
...@@ -76,7 +76,8 @@ public final class Example { ...@@ -76,7 +76,8 @@ public final class Example {
+ (end_time - start_time) / 1000 + " seconds"); + (end_time - start_time) / 1000 + " seconds");
Utils.computeRocPoints(solution, data, expected, true); Utils.computeRocPoints(solution, data, expected, true);
System.out.println("AUC value : " + Utils.computeAUC(solution, data, expected)); System.out.println("AUC value : "
+ Utils.computeAUC(solution, data, expected));
} }
} }
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