report.report(k, foldNum, line.toString());
}
fold.setScore(earlyStop.getValidationError());
fold.setMethod(method);
} else if (train.getImplementationType() == TrainingImplementationType.OnePass) {
train.iteration();
double validationError = calculateError(method,
fold.getValidation());
this.report.report(k, k,
"Trained, Training Error: " + train.getError()
+ ", Validatoin Error: " + validationError);