org.encog.ml.factory.train
Class LMAFactory

java.lang.Object
  extended by org.encog.ml.factory.train.LMAFactory

public class LMAFactory
extends Object

This class is a factory to create the LMA training method.


Constructor Summary
LMAFactory()
           
 
Method Summary
 MLTrain create(MLMethod method, MLDataSet training, String argsStr)
          Create a LMA trainer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LMAFactory

public LMAFactory()
Method Detail

create

public 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 © 2014. All Rights Reserved.