org.encog.ml.factory.train
Class SCGFactory

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

public class SCGFactory
extends Object

A factory used to create SCG trainers.


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

Constructor Detail

SCGFactory

public SCGFactory()
Method Detail

create

public MLTrain create(MLMethod method,
                      MLDataSet training,
                      String args)
Create a SCG trainer.

Parameters:
method - The method to use.
training - The training data to use.
args - The arguments to use.
Returns:
The newly created trainer.


Copyright © 2014. All Rights Reserved.