C# Class Encog.Neural.Pattern.BoltzmannPattern

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

Public Methods

Method Description
AddHiddenLayer ( int count ) : void

Not supported, will throw an exception, Boltzmann networks have no hidden layers.

BoltzmannPattern ( ) : Encog.Engine.Network.Activation

Construct the object.

Clear ( ) : void

Clear any properties set on this network.

Generate ( ) : IMLMethod

Generate the network.

Method Details

AddHiddenLayer() public method

Not supported, will throw an exception, Boltzmann networks have no hidden layers.
public AddHiddenLayer ( int count ) : void
count int Not used.
return void

BoltzmannPattern() public method

Construct the object.
public BoltzmannPattern ( ) : Encog.Engine.Network.Activation
return Encog.Engine.Network.Activation

Clear() public method

Clear any properties set on this network.
public Clear ( ) : void
return void

Generate() public method

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