org.encog.ml.factory.train
Class SVMFactory
java.lang.Object
org.encog.ml.factory.train.SVMFactory
public class SVMFactory
- extends Object
A factory to create SVM trainers.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVMFactory
public SVMFactory()
create
public final MLTrain create(MLMethod method,
MLDataSet training,
String argsStr)
- Create a SVM trainer.
- Parameters:
method - The method to use.training - The training data to use.argsStr - The arguments to use.
- Returns:
- The newly created trainer.
Copyright © 2011. All Rights Reserved.