Method | Description | |
---|---|---|
ART1Pattern ( ) : System |
Construct the pattern and set the default values.
|
|
AddHiddenLayer ( int count ) : void |
This will fail, hidden layers are not supported for this type of network.
|
|
Clear ( ) : void |
Clear any properties set for this network.
|
|
Generate ( ) : BasicNetwork |
Generate the neural network.
|
public AddHiddenLayer ( int count ) : void | ||
count | int | Not used. |
return | void |