org.encog.ml.factory.train
Class SCGFactory
java.lang.Object
org.encog.ml.factory.train.SCGFactory
public class SCGFactory
- extends Object
A factory used to create SCG trainers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCGFactory
public SCGFactory()
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.