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

Solve checkstyle issue

parent 1e552b80
No related branches found
No related tags found
1 merge request!4Neural network
Pipeline #2445 passed
......@@ -49,7 +49,8 @@ public final class Example {
}
String data_file = "./ressources/webshell_data_new_version.json";
String expected_file = "./ressources/webshell_expected_new_version.json";
String expected_file
= "./ressources/webshell_expected_new_version.json";
Logger logger = Logger.getLogger(Trainer.class.getName());
logger.setLevel(Level.INFO);
StreamHandler handler = new StreamHandler(System.out,
......
......@@ -63,7 +63,7 @@ public final class MainTest {
long start_time = System.currentTimeMillis();
System.out.println("Wowa training");
HashMap<AbstractSolution, Double> map_wt = trainer.runKFold(folds, 10);
HashMap<AbstractSolution, Double> map_wt = trainer.runKFold(folds, 2);
long end_time = System.currentTimeMillis();
System.out.println("Execution time : " + (end_time - start_time) / 1000
+ " seconds");
......
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