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

Pattern to create a Boltzmann machine.
Inheritance: INeuralNetworkPattern
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
AddHiddenLayer ( int count ) : void

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

Clear ( ) : void

Clear any properties set on this network.

Generate ( ) : BasicNetwork

Generate the network.

Method Details

AddHiddenLayer() public méthode

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

Clear() public méthode

Clear any properties set on this network.
public Clear ( ) : void
Résultat void

Generate() public méthode

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