final double cStop = holder.getDouble(SVMSearchFactory.PROPERTY_C2, false, SVMSearchJob.DEFAULT_CONST_END);
final double gammaStep = holder.getDouble(SVMSearchFactory.PROPERTY_GAMMA_STEP, false, SVMSearchJob.DEFAULT_GAMMA_STEP);
final double cStep = holder.getDouble(SVMSearchFactory.PROPERTY_C_STEP, false, SVMSearchJob.DEFAULT_CONST_STEP);
final SVMSearchJob result
= new SVMSearchJob((SVM)method, training, new NullStatusReportable());
result.setGammaBegin(gammaStart);
result.setGammaEnd(gammaStop);
result.setGammaStep(gammaStep);
result.setConstBegin(cStart);