public class PNNFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LAYERS
The max layer count.
|
| Constructor and Description |
|---|
PNNFactory() |
| Modifier and Type | Method and Description |
|---|---|
MLMethod |
create(java.lang.String architecture,
int input,
int output)
Create a PNN network.
|
public static final int MAX_LAYERS
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.