C# 클래스 AdvancedOCR.MarkingWeights

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

보호된 프로퍼티들

프로퍼티 타입 설명
ClassCount int
ClassStateDefinitions double[]
InputLength int
correctClass int

공개 메소드들

메소드 설명
MarkingWeights ( LeNetConfiguration configuration ) : System

보호된 메소드들

메소드 설명
CompletePreTrainingCore ( ) : void
PreTrainCore ( Step downstream ) : void
PropogateForward ( Step downstream, int output ) : void
PropogateForwardCore ( Step downstream ) : void
StartPreTrainingCore ( ) : void
TrainCore ( Step downstream ) : void

메소드 상세

CompletePreTrainingCore() 보호된 메소드

protected CompletePreTrainingCore ( ) : void
리턴 void

MarkingWeights() 공개 메소드

public MarkingWeights ( LeNetConfiguration configuration ) : System
configuration LeNetConfiguration
리턴 System

PreTrainCore() 보호된 메소드

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

PropogateForward() 보호된 메소드

protected PropogateForward ( Step downstream, int output ) : void
downstream Step
output int
리턴 void

PropogateForwardCore() 보호된 메소드

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

StartPreTrainingCore() 보호된 메소드

protected StartPreTrainingCore ( ) : void
리턴 void

TrainCore() 보호된 메소드

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

프로퍼티 상세

ClassCount 보호되어 있는 프로퍼티

protected int ClassCount
리턴 int

ClassStateDefinitions 보호되어 있는 프로퍼티

protected double[] ClassStateDefinitions
리턴 double[]

InputLength 보호되어 있는 프로퍼티

protected int InputLength
리턴 int

correctClass 보호되어 있는 프로퍼티

protected int correctClass
리턴 int