C# Class Encog.Neural.Pattern.BAMPattern

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

Public Methods

Method Description
AddHiddenLayer ( int count ) : void

Unused, a BAM has no hidden layers.

Clear ( ) : void

Clear any settings on the pattern.

Generate ( ) : IMLMethod

Method Details

AddHiddenLayer() public method

Unused, a BAM has no hidden layers.
public AddHiddenLayer ( int count ) : void
count int Not used.
return void

Clear() public method

Clear any settings on the pattern.
public Clear ( ) : void
return void

Generate() public method

public Generate ( ) : IMLMethod
return IMLMethod