Méthode | Description | |
---|---|---|
AddHiddenLayer ( int count ) : void |
Add a hidden layer. SOM networks do not have hidden layers, so this will throw an error.
|
|
Clear ( ) : void |
Does nothing, no optinal hidden layers to clear, only the ONE predefined hidden layer.
|
|
Generate ( ) : BasicNetwork |
Generate the RSOM network.
|
public AddHiddenLayer ( int count ) : void | ||
count | int | The number of hidden neurons. |
Résultat | void |