org.encog.ml.factory.method
Class SRNFactory

java.lang.Object
  extended by 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.
 
Constructor Summary
SRNFactory()
           
 
Method Summary
 MLMethod create(String architecture, int input, int output)
          Create the SRN.
 
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

SRNFactory

public SRNFactory()
Method Detail

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.