Package org.encog.neural.networks.training.nm

Examples of org.encog.neural.networks.training.nm.NelderMeadTraining


   *            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);
  }
View Full Code Here

TOP

Related Classes of org.encog.neural.networks.training.nm.NelderMeadTraining

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.