C# 클래스 AdvancedOCR.Step

파일 보기 프로젝트 열기: patrickmeiring/LeNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsFinalLayer bool
Length int

공개 메소드들

메소드 설명
CalculateActivation ( double weightedInputs ) : double
CalculateActivationDerivative ( double weightedInputs ) : double
PropogateBackwards ( ) : void
PropogateForward ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
ClearError ( ) : void
ClearState ( ) : void
SizeOf ( IList upstream ) : int
Step ( int length, IList upstream ) : System
Step ( int length, IList upstream, bool isFinalLayer ) : System

메소드 상세

CalculateActivation() 공개 메소드

public CalculateActivation ( double weightedInputs ) : double
weightedInputs double
리턴 double

CalculateActivationDerivative() 공개 메소드

public CalculateActivationDerivative ( double weightedInputs ) : double
weightedInputs double
리턴 double

ClearError() 보호된 메소드

protected ClearError ( ) : void
리턴 void

ClearState() 보호된 메소드

protected ClearState ( ) : void
리턴 void

PropogateBackwards() 공개 메소드

public PropogateBackwards ( ) : void
리턴 void

PropogateForward() 공개 메소드

public PropogateForward ( ) : void
리턴 void

SizeOf() 보호된 정적인 메소드

protected static SizeOf ( IList upstream ) : int
upstream IList
리턴 int

Step() 보호된 메소드

protected Step ( int length, IList upstream ) : System
length int
upstream IList
리턴 System

Step() 보호된 메소드

protected Step ( int length, IList upstream, bool isFinalLayer ) : System
length int
upstream IList
isFinalLayer bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

IsFinalLayer 공개적으로 프로퍼티

public bool IsFinalLayer
리턴 bool

Length 공개적으로 프로퍼티

public int Length
리턴 int