Method | Description | |
---|---|---|
AddHiddenLayer ( int count ) : void |
Add a hidden layer with the specified number of neurons.
|
|
Clear ( ) : void |
Clear out any hidden neurons.
|
|
ElmanPattern ( ) : Encog.Engine.Network.Activation |
Create an object to generate Elman neural networks.
|
|
Generate ( ) : IMLMethod |
Generate the Elman neural network.
|
public AddHiddenLayer ( int count ) : void | ||
count | int | The number of neurons in this hidden layer. |
return | void |
public ElmanPattern ( ) : Encog.Engine.Network.Activation | ||
return | Encog.Engine.Network.Activation |