C# Class Encog.Neural.Pattern.FeedForwardPattern

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

Public Methods

Method Description
AddHiddenLayer ( int count ) : void

Add a hidden layer, with the specified number of neurons.

Clear ( ) : void

Clear out any hidden neurons.

FeedForwardPattern ( ) : System

Construct the object.

Generate ( ) : IMLMethod

Generate the feedforward neural network.

Method Details

AddHiddenLayer() public method

Add a hidden layer, with the specified number of neurons.
public AddHiddenLayer ( int count ) : void
count int
return void

Clear() public method

Clear out any hidden neurons.
public Clear ( ) : void
return void

FeedForwardPattern() public method

Construct the object.
public FeedForwardPattern ( ) : System
return System

Generate() public method

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