C# 클래스 Encog.Neural.Pattern.FeedForwardPattern

상속: INeuralNetworkPattern
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
AddHiddenLayer ( int count ) : void

Add a hidden layer, with the specified number of neurons.

Clear ( ) : void

Clear out any hidden neurons.

FeedForwardPattern ( ) : System

Construct the object.

Generate ( ) : IMLMethod

Generate the feedforward neural network.

메소드 상세

AddHiddenLayer() 공개 메소드

Add a hidden layer, with the specified number of neurons.
public AddHiddenLayer ( int count ) : void
count int
리턴 void

Clear() 공개 메소드

Clear out any hidden neurons.
public Clear ( ) : void
리턴 void

FeedForwardPattern() 공개 메소드

Construct the object.
public FeedForwardPattern ( ) : System
리턴 System

Generate() 공개 메소드

Generate the feedforward neural network.
public Generate ( ) : IMLMethod
리턴 IMLMethod