C# Class AdvancedOCR.MarkingWeights

Inheritance: Weights
Datei anzeigen Open project: patrickmeiring/LeNet Class Usage Examples

Protected Properties

Property Type Description
ClassCount int
ClassStateDefinitions double[]
InputLength int
correctClass int

Public Methods

Method Description
MarkingWeights ( LeNetConfiguration configuration ) : System

Protected Methods

Method Description
CompletePreTrainingCore ( ) : void
PreTrainCore ( Step downstream ) : void
PropogateForward ( Step downstream, int output ) : void
PropogateForwardCore ( Step downstream ) : void
StartPreTrainingCore ( ) : void
TrainCore ( Step downstream ) : void

Method Details

CompletePreTrainingCore() protected method

protected CompletePreTrainingCore ( ) : void
return void

MarkingWeights() public method

public MarkingWeights ( LeNetConfiguration configuration ) : System
configuration LeNetConfiguration
return System

PreTrainCore() protected method

protected PreTrainCore ( Step downstream ) : void
downstream Step
return void

PropogateForward() protected method

protected PropogateForward ( Step downstream, int output ) : void
downstream Step
output int
return void

PropogateForwardCore() protected method

protected PropogateForwardCore ( Step downstream ) : void
downstream Step
return void

StartPreTrainingCore() protected method

protected StartPreTrainingCore ( ) : void
return void

TrainCore() protected method

protected TrainCore ( Step downstream ) : void
downstream Step
return void

Property Details

ClassCount protected_oe property

protected int ClassCount
return int

ClassStateDefinitions protected_oe property

protected double[] ClassStateDefinitions
return double[]

InputLength protected_oe property

protected int InputLength
return int

correctClass protected_oe property

protected int correctClass
return int