Méthode | Description | |
---|---|---|
ART1Pattern ( ) : Encog.Engine.Network.Activation |
Construct the object.
|
|
AddHiddenLayer ( int count ) : void |
This will fail, hidden layers are not supported for this type of network.
|
|
Clear ( ) : void |
Clear any properties set for this network.
|
|
Generate ( ) : IMLMethod |
Generate the neural network.
|
public ART1Pattern ( ) : Encog.Engine.Network.Activation | ||
Résultat | Encog.Engine.Network.Activation |
public AddHiddenLayer ( int count ) : void | ||
count | int | Not used. |
Résultat | void |