public class SOMFactory
extends java.lang.Object
| Constructor and Description |
|---|
SOMFactory() |
| Modifier and Type | Method and Description |
|---|---|
MLMethod |
create(java.lang.String architecture,
int input,
int output)
Create a SOM.
|
public MLMethod create(java.lang.String architecture, int input, int output)
architecture - The architecture string.input - The input count.output - The output count.