Method | Description | |
---|---|---|
AddHiddenLayer ( int count ) : void |
Add a hidden layer. This will throw an error, because the Hopfield neural network has no hidden layers.
|
|
Clear ( ) : void |
Nothing to clear.
|
|
Generate ( ) : IMLMethod |
Generate the Hopfield neural network.
|
|
HopfieldPattern ( ) : Encog.Engine.Network.Activation |
Construct the object.
|
public AddHiddenLayer ( int count ) : void | ||
count | int | The number of neurons. |
return | void |
public HopfieldPattern ( ) : Encog.Engine.Network.Activation | ||
return | Encog.Engine.Network.Activation |