throw new EncogError(
"Please select your training method, before your training type.");
}
MethodConfig config = this.methodConfigurations.get(methodType);
selectTraining(dataset, config.suggestTrainingType(),
config.suggestTrainingArgs(trainingType));
}
/**
* Select the training to use.
* @param dataset The dataset.