C# 클래스 Encog.Neural.Networks.Synapse.DirectSynapse

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

공개 메소드들

메소드 설명
Clone ( ) : object

Clone this object.

Compute ( INeuralData input ) : INeuralData

Compute the output from this synapse.

CreatePersistor ( ) : IPersistor

Create a persistor for this type of synapse.

DirectSynapse ( ) : System

Simple default constructor.

DirectSynapse ( ILayer fromLayer, ILayer toLayer ) : System

Construct a direct synapse between the two specified layers.

메소드 상세

Clone() 공개 메소드

Clone this object.
public Clone ( ) : object
리턴 object

Compute() 공개 메소드

Compute the output from this synapse.
public Compute ( INeuralData input ) : INeuralData
input INeuralData The input to this synapse.
리턴 INeuralData

CreatePersistor() 공개 메소드

Create a persistor for this type of synapse.
public CreatePersistor ( ) : IPersistor
리턴 IPersistor

DirectSynapse() 공개 메소드

Simple default constructor.
public DirectSynapse ( ) : System
리턴 System

DirectSynapse() 공개 메소드

Construct a direct synapse between the two specified layers.
public DirectSynapse ( ILayer fromLayer, ILayer toLayer ) : System
fromLayer ILayer The starting layer.
toLayer ILayer The ending layer.
리턴 System