C# 클래스 AdvancedOCR.MarkingStep

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

보호된 프로퍼티들

프로퍼티 타입 설명
weights MarkingWeights

공개 메소드들

메소드 설명
CalculateActivation ( double weightedInputs ) : double
CalculateActivationDerivative ( double weightedInputs ) : double
MarkingStep ( IList upstream, LeNetConfiguration configuration ) : System
MarkingStep ( Step upstream, LeNetConfiguration configuration ) : System

메소드 상세

CalculateActivation() 공개 메소드

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

CalculateActivationDerivative() 공개 메소드

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

MarkingStep() 공개 메소드

public MarkingStep ( IList upstream, LeNetConfiguration configuration ) : System
upstream IList
configuration LeNetConfiguration
리턴 System

MarkingStep() 공개 메소드

public MarkingStep ( Step upstream, LeNetConfiguration configuration ) : System
upstream Step
configuration LeNetConfiguration
리턴 System

프로퍼티 상세

weights 보호되어 있는 프로퍼티

protected MarkingWeights,AdvancedOCR weights
리턴 MarkingWeights