Method | Description | |
---|---|---|
AddHiddenLayer ( int count ) : void |
Add a hidden layer, with the specified number of neurons.
|
|
Clear ( ) : void |
Clear out any hidden neurons.
|
|
Generate ( ) : BasicNetwork |
Generate the Elman neural network.
|
public AddHiddenLayer ( int count ) : void | ||
count | int | The number of neurons to add. |
return | void |