org.encog.ml.factory.train
Class LMAFactory
java.lang.Object
org.encog.ml.factory.train.LMAFactory
public class LMAFactory
- extends Object
This class is a factory to create the LMA training method.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LMAFactory
public LMAFactory()
create
public final MLTrain create(MLMethod method,
MLDataSet training,
String argsStr)
- Create a LMA trainer.
- Parameters:
method - The method to use.training - The training data to use.argsStr - The arguments to use.
- Returns:
- The newly created trainer.
Copyright © 2011. All Rights Reserved.