ev.crossValidateModel(classifier, dataset, folds, new Random(seed));
}
else
ev.crossValidateModel(classifier, dataset, folds, new Random(123));
if(mEvaluationOutput != null) {
mEvaluationOutput.write(ev.toSummaryString());
LOG.debug("BuildClassifier evaluation: " + ev.toSummaryString());
}
}
}
catch (InvalidWekaOptionsException e) {