org.encog.ml.factory.method
Class SRNFactory
java.lang.Object
org.encog.ml.factory.method.SRNFactory
public class SRNFactory
- extends Object
A factory that creates simple recurrent neural networks (SRN's), i.e.
Elmann and Jordan.
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
SRNFactory
public SRNFactory()
create
public MLMethod create(String architecture,
int input,
int output)
- Create the SRN.
- Parameters:
architecture
- The architecture string.input
- The input count.output
- The output count.
- Returns:
- The newly created SRN.
Copyright © 2014. All Rights Reserved.