org.encog.ml.factory.train
Class RBFSVDFactory
java.lang.Object
org.encog.ml.factory.train.RBFSVDFactory
public class RBFSVDFactory
- extends Object
This factory is used to create a SVD trainer for an RBF network.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RBFSVDFactory
public RBFSVDFactory()
create
public MLTrain create(MLMethod method,
MLDataSet training,
String args)
- Create a RBF-SVD 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.