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

Fix checkstyle issue

parent 32c2dcb5
No related branches found
No related tags found
1 merge request!3K fold
Pipeline #1762 passed
......@@ -80,7 +80,8 @@ public final class Example {
for (int i = 0; i < solutions.size(); i++) {
System.out.println(solutions.get(i));
System.out.println("AUC Value for fold" + i + solutions.get(i).computeAUC(
System.out.println("AUC Value for fold"
+ i + solutions.get(i).computeAUC(
data_file,
expected_file));
}
......
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