C# Class AdvancedOCR.Step

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

Méthodes publiques

Свойство Type Description
IsFinalLayer bool
Length int

Méthodes publiques

Méthode Description
CalculateActivation ( double weightedInputs ) : double
CalculateActivationDerivative ( double weightedInputs ) : double
PropogateBackwards ( ) : void
PropogateForward ( ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
ClearError ( ) : void
ClearState ( ) : void
SizeOf ( IList upstream ) : int
Step ( int length, IList upstream ) : System
Step ( int length, IList upstream, bool isFinalLayer ) : 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

ClearError() protected méthode

protected ClearError ( ) : void
Résultat void

ClearState() protected méthode

protected ClearState ( ) : void
Résultat void

PropogateBackwards() public méthode

public PropogateBackwards ( ) : void
Résultat void

PropogateForward() public méthode

public PropogateForward ( ) : void
Résultat void

SizeOf() protected static méthode

protected static SizeOf ( IList upstream ) : int
upstream IList
Résultat int

Step() protected méthode

protected Step ( int length, IList upstream ) : System
length int
upstream IList
Résultat System

Step() protected méthode

protected Step ( int length, IList upstream, bool isFinalLayer ) : System
length int
upstream IList
isFinalLayer bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

IsFinalLayer public_oe property

public bool IsFinalLayer
Résultat bool

Length public_oe property

public int Length
Résultat int