org.encog.ml.factory.method
Class SVMFactory

java.lang.Object
  extended by 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.
 
Constructor Summary
SVMFactory()
           
 
Method Summary
 MLMethod create(String architecture, int input, int output)
          Create the SVM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_LAYERS

public static final int MAX_LAYERS
The max layer count.

See Also:
Constant Field Values
Constructor Detail

SVMFactory

public SVMFactory()
Method Detail

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.