C# Class Encog.Neural.Pattern.ART1Pattern

Inheritance: INeuralNetworkPattern
Exibir arquivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method 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.

Method Details

ART1Pattern() public method

Construct the object.
public ART1Pattern ( ) : Encog.Engine.Network.Activation
return Encog.Engine.Network.Activation

AddHiddenLayer() public method

This will fail, hidden layers are not supported for this type of network.
public AddHiddenLayer ( int count ) : void
count int Not used.
return void

Clear() public method

Clear any properties set for this network.
public Clear ( ) : void
return void

Generate() public method

Generate the neural network.
public Generate ( ) : IMLMethod
return IMLMethod