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

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

공개 메소드들

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

Add a hidden layer. SOM networks do not have hidden layers, so this will throw an error.

Clear ( ) : void

Clear out any hidden neurons.

Generate ( ) : IMLMethod

Generate the RSOM network.

메소드 상세

AddHiddenLayer() 공개 메소드

Add a hidden layer. SOM networks do not have hidden layers, so this will throw an error.
public AddHiddenLayer ( int count ) : void
count int
리턴 void

Clear() 공개 메소드

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

Generate() 공개 메소드

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