Метод | Описание | |
---|---|---|
AddHiddenLayer ( int count ) : void |
Add a hidden layer, with the specified number of neurons.
|
|
Clear ( ) : void |
Clear out any hidden neurons.
|
|
FeedForwardPattern ( ) : System |
Construct the object.
|
|
Generate ( ) : IMLMethod |
Generate the feedforward neural network.
|
public AddHiddenLayer ( int count ) : void | ||
count | int | |
Результат | void |