C# Class AdvancedOCR.MarkingWeights

Inheritance: Weights
Afficher le fichier Open project: patrickmeiring/LeNet Class Usage Examples

Protected Properties

Свойство Type Description
ClassCount int
ClassStateDefinitions double[]
InputLength int
correctClass int

Méthodes publiques

Méthode Description
MarkingWeights ( LeNetConfiguration configuration ) : System

Méthodes protégées

Méthode 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 méthode

protected CompletePreTrainingCore ( ) : void
Résultat void

MarkingWeights() public méthode

public MarkingWeights ( LeNetConfiguration configuration ) : System
configuration LeNetConfiguration
Résultat System

PreTrainCore() protected méthode

protected PreTrainCore ( Step downstream ) : void
downstream Step
Résultat void

PropogateForward() protected méthode

protected PropogateForward ( Step downstream, int output ) : void
downstream Step
output int
Résultat void

PropogateForwardCore() protected méthode

protected PropogateForwardCore ( Step downstream ) : void
downstream Step
Résultat void

StartPreTrainingCore() protected méthode

protected StartPreTrainingCore ( ) : void
Résultat void

TrainCore() protected méthode

protected TrainCore ( Step downstream ) : void
downstream Step
Résultat void

Property Details

ClassCount protected_oe property

protected int ClassCount
Résultat int

ClassStateDefinitions protected_oe property

protected double[] ClassStateDefinitions
Résultat double[]

InputLength protected_oe property

protected int InputLength
Résultat int

correctClass protected_oe property

protected int correctClass
Résultat int