C# Class AdvancedOCR.MarkingStep

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

Protected Properties

Свойство Type Description
weights MarkingWeights

Méthodes publiques

Méthode Description
CalculateActivation ( double weightedInputs ) : double
CalculateActivationDerivative ( double weightedInputs ) : double
MarkingStep ( IList upstream, LeNetConfiguration configuration ) : System
MarkingStep ( Step upstream, LeNetConfiguration configuration ) : System

Method Details

CalculateActivation() public méthode

public CalculateActivation ( double weightedInputs ) : double
weightedInputs double
Résultat double

CalculateActivationDerivative() public méthode

public CalculateActivationDerivative ( double weightedInputs ) : double
weightedInputs double
Résultat double

MarkingStep() public méthode

public MarkingStep ( IList upstream, LeNetConfiguration configuration ) : System
upstream IList
configuration LeNetConfiguration
Résultat System

MarkingStep() public méthode

public MarkingStep ( Step upstream, LeNetConfiguration configuration ) : System
upstream Step
configuration LeNetConfiguration
Résultat System

Property Details

weights protected_oe property

protected MarkingWeights,AdvancedOCR weights
Résultat MarkingWeights