org.encog.ml.factory.method
Class FeedforwardFactory
java.lang.Object
org.encog.ml.factory.method.FeedforwardFactory
public class FeedforwardFactory
- extends Object
A factor to create feedforward networks.
Method Summary |
MLMethod |
create(String architecture,
int input,
int output)
Create a feed forward network. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CANT_DEFINE_ACT
public static final String CANT_DEFINE_ACT
- Error.
- See Also:
- Constant Field Values
FeedforwardFactory
public FeedforwardFactory()
create
public MLMethod create(String architecture,
int input,
int output)
- Create a feed forward network.
- Parameters:
architecture
- The architecture string to use.input
- The input count.output
- The output count.
- Returns:
- The feedforward network.
Copyright © 2014. All Rights Reserved.