org.encog.ml.factory.train
Class EPLGAFactory
java.lang.Object
org.encog.ml.factory.train.EPLGAFactory
public class EPLGAFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EPLGAFactory
public EPLGAFactory()
create
public MLTrain create(MLMethod method,
MLDataSet training,
String argsStr)
- Create an EPL GA 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.