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

Remove debug sysout

parent 49cd9744
No related branches found
No related tags found
1 merge request!3K fold
......@@ -191,7 +191,6 @@ public class Trainer {
TrainingDataset tmp = new TrainingDataset();
int alert_counter = 0;
int no_alert_counter = 0;
System.out.println("Fold " + i);
while (tmp.getLength() < (alert_number + no_alert_number)) {
int index = Utils.randomInteger(0, dataset.getLength() - 1);
if (dataset.getExpected().get(index) == 1
......
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