C# 클래스 AdvancedOCR.RectangularWeights

상속: BiasedWeights
파일 보기 프로젝트 열기: patrickmeiring/LeNet

공개 프로퍼티들

프로퍼티 타입 설명
Height int
MapCount int
Width int

공개 메소드들

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

보호된 메소드들

메소드 설명
EstimateBiasSecondDerivative ( RectangularStep downstream ) : void
PreTrainCore ( Step downstream ) : void
PropogateError ( RectangularStep downstream, int mapNumber ) : void
PropogateForward ( RectangularStep step, int mapNumber ) : void
PropogateForwardCore ( Step downstream ) : void
PropogateUnitSecondDerivatives ( RectangularStep downstream, int mapNumber ) : void
TrainCore ( Step downstream ) : void

메소드 상세

EstimateBiasSecondDerivative() 보호된 추상적인 메소드

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

PreTrainCore() 보호된 메소드

protected PreTrainCore ( Step downstream ) : void
downstream Step
리턴 void

PropogateError() 보호된 추상적인 메소드

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

PropogateForward() 보호된 추상적인 메소드

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

PropogateForwardCore() 보호된 메소드

protected PropogateForwardCore ( Step downstream ) : void
downstream Step
리턴 void

PropogateUnitSecondDerivatives() 보호된 추상적인 메소드

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

RectangularWeights() 공개 메소드

public RectangularWeights ( int width, int height, int maps ) : System
width int
height int
maps int
리턴 System

TrainCore() 보호된 메소드

protected TrainCore ( Step downstream ) : void
downstream Step
리턴 void

프로퍼티 상세

Height 공개적으로 프로퍼티

public int Height
리턴 int

MapCount 공개적으로 프로퍼티

public int MapCount
리턴 int

Width 공개적으로 프로퍼티

public int Width
리턴 int