C# Class Encog.Neural.Networks.Logic.ThermalLogic

Inheritance: SimpleRecurrentLogic
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
CalculateEnergy ( ) : double

Calculate the current energy for the network. The network will seek to lower this value.

Clear ( ) : void

Clear any connection weights.

Init ( BasicNetwork network ) : void

Setup the network logic, read parameters from the network.

Method Details

CalculateEnergy() public méthode

Calculate the current energy for the network. The network will seek to lower this value.
public CalculateEnergy ( ) : double
Résultat double

Clear() public méthode

Clear any connection weights.
public Clear ( ) : void
Résultat void

Init() public méthode

Setup the network logic, read parameters from the network.
public Init ( BasicNetwork network ) : void
network BasicNetwork The network that this logic class belongs to.
Résultat void