Méthode | 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 ( ) : BasicNetwork |
Generate the Hopfield neural network.
|
public AddHiddenLayer ( int count ) : void | ||
count | int | The number of neurons. |
Résultat | void |