C# Class Encog.Neural.Pattern.ADALINEPattern

Construct an ADALINE neural network.
Inheritance: INeuralNetworkPattern
Exibir arquivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method 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 ( ) : IMLMethod

Generate the network.

Method Details

AddHiddenLayer() public method

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

Clear() public method

Clear out any parameters.
public Clear ( ) : void
return void

Generate() public method

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