C# Class Encog.Neural.Networks.Pattern.ART1Pattern

Pattern to create an ART-1 neural network.
Inheritance: INeuralNetworkPattern
Exibir arquivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
ART1Pattern ( ) : System

Construct the pattern and set the default values.

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 ( ) : BasicNetwork

Generate the neural network.

Method Details

ART1Pattern() public method

Construct the pattern and set the default values.
public ART1Pattern ( ) : System
return System

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 ( ) : BasicNetwork
return BasicNetwork