Méthode | Description | |
---|---|---|
AddHiddenLayer ( int count ) : void |
Add the hidden layer, this should be called once, as a RBF has a single hidden layer.
|
|
Clear ( ) : void |
Clear out any hidden neurons.
|
|
Generate ( ) : BasicNetwork |
Generate the RBF network.
|
|
NEATPattern ( ) : System |
Construct a NEAT pattern.
|
public AddHiddenLayer ( int count ) : void | ||
count | int | The number of neurons in the hidden layer. |
Résultat | void |