C# 클래스 AdvancedOCR.SubsamplingWeights

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

보호된 프로퍼티들

프로퍼티 타입 설명
Weight double
WeightStepSize double

공개 메소드들

메소드 설명
SubsamplingWeights ( int width, int height ) : System

보호된 메소드들

메소드 설명
CompletePreTrainingCore ( ) : void
EstimateBiasSecondDerivative ( RectangularStep downstream ) : void
EstimateWeightSecondDerivative ( RectangularStep upstream, RectangularStep downstream, int downstreamX, int downstreamY ) : void
PropogateError ( RectangularStep downstream, RectangularStep upstream, int downstreamX, int downstreamY ) : void
PropogateError ( RectangularStep downstream, int mapNumber ) : void
PropogateForward ( RectangularStep upstream, int upstreamX, int upstreamY, int mapNumber ) : double
PropogateForward ( RectangularStep downstream, int mapNumber ) : void
PropogateUnitSecondDerivatives ( RectangularStep downstream, int upstreamIndex ) : void
StartPreTrainingCore ( ) : void

메소드 상세

CompletePreTrainingCore() 보호된 메소드

protected CompletePreTrainingCore ( ) : void
리턴 void

EstimateBiasSecondDerivative() 보호된 메소드

protected EstimateBiasSecondDerivative ( RectangularStep downstream ) : void
downstream RectangularStep
리턴 void

EstimateWeightSecondDerivative() 보호된 메소드

protected EstimateWeightSecondDerivative ( RectangularStep upstream, RectangularStep downstream, int downstreamX, int downstreamY ) : void
upstream RectangularStep
downstream RectangularStep
downstreamX int
downstreamY int
리턴 void

PropogateError() 보호된 메소드

protected PropogateError ( RectangularStep downstream, RectangularStep upstream, int downstreamX, int downstreamY ) : void
downstream RectangularStep
upstream RectangularStep
downstreamX int
downstreamY int
리턴 void

PropogateError() 보호된 메소드

protected PropogateError ( RectangularStep downstream, int mapNumber ) : void
downstream RectangularStep
mapNumber int
리턴 void

PropogateForward() 보호된 메소드

protected PropogateForward ( RectangularStep upstream, int upstreamX, int upstreamY, int mapNumber ) : double
upstream RectangularStep
upstreamX int
upstreamY int
mapNumber int
리턴 double

PropogateForward() 보호된 메소드

protected PropogateForward ( RectangularStep downstream, int mapNumber ) : void
downstream RectangularStep
mapNumber int
리턴 void

PropogateUnitSecondDerivatives() 보호된 메소드

protected PropogateUnitSecondDerivatives ( RectangularStep downstream, int upstreamIndex ) : void
downstream RectangularStep
upstreamIndex int
리턴 void

StartPreTrainingCore() 보호된 메소드

protected StartPreTrainingCore ( ) : void
리턴 void

SubsamplingWeights() 공개 메소드

public SubsamplingWeights ( int width, int height ) : System
width int
height int
리턴 System

프로퍼티 상세

Weight 보호되어 있는 프로퍼티

protected double Weight
리턴 double

WeightStepSize 보호되어 있는 프로퍼티

protected double WeightStepSize
리턴 double