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

Update Example file

parent 8243849f
No related branches found
No related tags found
No related merge requests found
......@@ -63,16 +63,15 @@ public final class Example {
long start_time = System.currentTimeMillis();
AbstractSolution solution = trainer.run(
"./ressources/webshell_data_list.json",
"./ressources/webshell_expected_list.json");
"./ressources/webshell_data.json",
"./ressources/webshell_expected.json");
System.out.println(solution);
long end_time = System.currentTimeMillis();
logger.log(Level.INFO, "Execution time : "
+ (end_time - start_time) / 1000 + " seconds");
//Utils.computeRocPoints(solution, data, expected, true);
//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