C# Class AdvancedOCR.Step

Datei anzeigen Open project: patrickmeiring/LeNet Class Usage Examples

Public Properties

Property Type Description
IsFinalLayer bool
Length int

Public Methods

Method Description
CalculateActivation ( double weightedInputs ) : double
CalculateActivationDerivative ( double weightedInputs ) : double
PropogateBackwards ( ) : void
PropogateForward ( ) : void
ToString ( ) : string

Protected Methods

Method 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 method

public CalculateActivation ( double weightedInputs ) : double
weightedInputs double
return double

CalculateActivationDerivative() public method

public CalculateActivationDerivative ( double weightedInputs ) : double
weightedInputs double
return double

ClearError() protected method

protected ClearError ( ) : void
return void

ClearState() protected method

protected ClearState ( ) : void
return void

PropogateBackwards() public method

public PropogateBackwards ( ) : void
return void

PropogateForward() public method

public PropogateForward ( ) : void
return void

SizeOf() protected static method

protected static SizeOf ( IList upstream ) : int
upstream IList
return int

Step() protected method

protected Step ( int length, IList upstream ) : System
length int
upstream IList
return System

Step() protected method

protected Step ( int length, IList upstream, bool isFinalLayer ) : System
length int
upstream IList
isFinalLayer bool
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

IsFinalLayer public_oe property

public bool IsFinalLayer
return bool

Length public_oe property

public int Length
return int