org.encog.ml.factory.method
Class RBFNetworkFactory
java.lang.Object
org.encog.ml.factory.method.RBFNetworkFactory
public class RBFNetworkFactory
- extends Object
A factory to create RBF networks.
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
RBFNetworkFactory
public RBFNetworkFactory()
create
public MLMethod create(String architecture,
int input,
int output)
- Create a RBF network.
- Parameters:
architecture
- THe architecture string to use.input
- The input count.output
- The output count.
- Returns:
- The RBF network.
Copyright © 2014. All Rights Reserved.