public class SVMFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LAYERS
The max layer count.
|
| Constructor and Description |
|---|
SVMFactory() |
| Modifier and Type | Method and Description |
|---|---|
MLMethod |
create(java.lang.String architecture,
int input,
int output)
Create the SVM.
|
public static final int MAX_LAYERS
public MLMethod create(java.lang.String architecture, int input, int output)
architecture - The architecture string.input - The input count.output - The output count.