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

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

공개 메소드들

메소드 설명
ART1Pattern ( ) : Encog.Engine.Network.Activation

Construct the object.

AddHiddenLayer ( int count ) : void

This will fail, hidden layers are not supported for this type of network.

Clear ( ) : void

Clear any properties set for this network.

Generate ( ) : IMLMethod

Generate the neural network.

메소드 상세

ART1Pattern() 공개 메소드

Construct the object.
public ART1Pattern ( ) : Encog.Engine.Network.Activation
리턴 Encog.Engine.Network.Activation

AddHiddenLayer() 공개 메소드

This will fail, hidden layers are not supported for this type of network.
public AddHiddenLayer ( int count ) : void
count int Not used.
리턴 void

Clear() 공개 메소드

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

Generate() 공개 메소드

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