public class FeedforwardFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CANT_DEFINE_ACT
Error.
|
| Constructor and Description |
|---|
FeedforwardFactory() |
| Modifier and Type | Method and Description |
|---|---|
MLMethod |
create(java.lang.String architecture,
int input,
int output)
Create a feed forward network.
|
public static final java.lang.String CANT_DEFINE_ACT
public MLMethod create(java.lang.String architecture, int input, int output)
architecture - The architecture string to use.input - The input count.output - The output count.