41424344454647
* The arguments to use. * @return The newly created trainer. */ public MLTrain create(final MLMethod method, final MLDataSet training, final String argsStr) { return new NelderMeadTraining((BasicNetwork) method, training); }