Method | Description | |
---|---|---|
AddHiddenLayer ( int count ) : void |
Not used, the ADALINE has no hidden layers, this will throw an error.
|
|
Clear ( ) : void |
Clear out any parameters.
|
|
Generate ( ) : BasicNetwork |
Generate the network.
|
public AddHiddenLayer ( int count ) : void | ||
count | int | The neuron count. |
return | void |