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

Pattern to create an ART-1 neural network.
Inheritance: INeuralNetworkPattern
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode 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 méthode

Construct the pattern and set the default values.
public ART1Pattern ( ) : System
Résultat System

AddHiddenLayer() public méthode

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

Clear() public méthode

Clear any properties set for this network.
public Clear ( ) : void
Résultat void

Generate() public méthode

Generate the neural network.
public Generate ( ) : BasicNetwork
Résultat BasicNetwork