org.encog.ml.factory.method
Class SRNFactory
- java.lang.Object
-
- org.encog.ml.factory.method.SRNFactory
-
public class SRNFactory extends java.lang.ObjectA factory that creates simple recurrent neural networks (SRN's), i.e. Elmann and Jordan.
-
-
Field Summary
Fields Modifier and Type Field and Description static intMAX_LAYERSThe max layer count.
-
Constructor Summary
Constructors Constructor and Description SRNFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description MLMethodcreate(java.lang.String architecture, int input, int output)Create the SRN.
-
-
-
Field Detail
-
MAX_LAYERS
public static final int MAX_LAYERS
The max layer count.- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public MLMethod create(java.lang.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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG