org.encog.ml.factory.method
Class SVMFactory
java.lang.Object
org.encog.ml.factory.method.SVMFactory
public class SVMFactory
- extends Object
A factory that is used to create support vector machines (SVM).
Field Summary |
static int |
MAX_LAYERS
The max layer count. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_LAYERS
public static final int MAX_LAYERS
- The max layer count.
- See Also:
- Constant Field Values
SVMFactory
public SVMFactory()
create
public MLMethod create(String architecture,
int input,
int output)
- Create the SVM.
- Parameters:
architecture
- The architecture string.input
- The input count.output
- The output count.
- Returns:
- The newly created SVM.
Copyright © 2014. All Rights Reserved.