C# 클래스 Encog.Neural.Networks.Pattern.BoltzmannPattern

Pattern to create a Boltzmann machine.
상속: INeuralNetworkPattern
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

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

메소드 상세

AddHiddenLayer() 공개 메소드

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

Clear() 공개 메소드

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

Generate() 공개 메소드

Generate the network.
public Generate ( ) : BasicNetwork
리턴 BasicNetwork