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

Solve typo issue

parent 3f4d33ae
No related branches found
No related tags found
No related merge requests found
Pipeline #3087 passed
......@@ -93,7 +93,7 @@ public final class Example {
*/
long start_time = System.currentTimeMillis();
HashMap<AbstractSolution, double[]> solutions = trainer.runKFoldCSV(
HashMap<AbstractSolution, double[]> solutions = trainer.runKFold(
data_file,
expected_file,
fold_number,
......
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