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

Construct an adaline neural network.
Inheritance: INeuralNetworkPattern
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
AddHiddenLayer ( int count ) : void

Not used, the ADALINE has no hidden layers, this will throw an error.

Clear ( ) : void

Clear out any parameters.

Generate ( ) : BasicNetwork

Generate the network.

Method Details

AddHiddenLayer() public méthode

Not used, the ADALINE has no hidden layers, this will throw an error.
public AddHiddenLayer ( int count ) : void
count int The neuron count.
Résultat void

Clear() public méthode

Clear out any parameters.
public Clear ( ) : void
Résultat void

Generate() public méthode

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