org.encog.ml.factory.train
Class QuickPropFactory

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

public class QuickPropFactory
extends Object

A factory for quick propagation training.


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

Constructor Detail

QuickPropFactory

public QuickPropFactory()
Method Detail

create

public MLTrain create(MLMethod method,
                      MLDataSet training,
                      String argsStr)
Create a quick propagation 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.