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

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

공개 메소드들

메소드 설명
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.

메소드 상세

CalculateEnergy() 공개 메소드

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

Clear() 공개 메소드

Clear any connection weights.
public Clear ( ) : 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