org.encog.ml.factory.method
Class EPLFactory
java.lang.Object
org.encog.ml.factory.method.EPLFactory
public class EPLFactory
- extends Object
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 |
EPLFactory
public EPLFactory()
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.