C# 클래스 Encog.Neural.Networks.Logic.BoltzmannLogic

상속: ThermalLogic
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
Compute ( INeuralData input, NeuralOutputHolder useHolder ) : INeuralData

Setup the network logic, read parameters from the network. NOT USED, call the run method.

DecreaseTemperature ( double d ) : void

Decrease the temperature by the specified amount.

EstablishEquilibrium ( ) : void

Run the network until thermal equalibrium is established.

Init ( BasicNetwork network ) : void

Setup the network logic, read parameters from the network.

Run ( ) : void

Run the network for all neurons present.

Run ( int i ) : void

Run the network for the specified neuron.

메소드 상세

Compute() 공개 메소드

Setup the network logic, read parameters from the network. NOT USED, call the run method.
public Compute ( INeuralData input, NeuralOutputHolder useHolder ) : INeuralData
input INeuralData Not used
useHolder NeuralOutputHolder Not used
리턴 INeuralData

DecreaseTemperature() 공개 메소드

Decrease the temperature by the specified amount.
public DecreaseTemperature ( double d ) : void
d double The amount to decrease b
리턴 void

EstablishEquilibrium() 공개 메소드

Run the network until thermal equalibrium is established.
public EstablishEquilibrium ( ) : void
리턴 void

Init() 공개 메소드

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

Run() 공개 메소드

Run the network for all neurons present.
public Run ( ) : void
리턴 void

Run() 공개 메소드

Run the network for the specified neuron.
public Run ( int i ) : void
i int The neuron to run for.
리턴 void