C# Class AdvancedOCR.RectangularWeights

Inheritance: BiasedWeights
Datei anzeigen Open project: patrickmeiring/LeNet

Public Properties

Property Type Description
Height int
MapCount int
Width int

Public Methods

Method Description
RectangularWeights ( int width, int height, int maps ) : System

Protected Methods

Method Description
EstimateBiasSecondDerivative ( RectangularStep downstream ) : void
PreTrainCore ( Step downstream ) : void
PropogateError ( RectangularStep downstream, int mapNumber ) : void
PropogateForward ( RectangularStep step, int mapNumber ) : void
PropogateForwardCore ( Step downstream ) : void
PropogateUnitSecondDerivatives ( RectangularStep downstream, int mapNumber ) : void
TrainCore ( Step downstream ) : void

Method Details

EstimateBiasSecondDerivative() protected abstract method

protected abstract EstimateBiasSecondDerivative ( RectangularStep downstream ) : void
downstream RectangularStep
return void

PreTrainCore() protected method

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

PropogateError() protected abstract method

protected abstract PropogateError ( RectangularStep downstream, int mapNumber ) : void
downstream RectangularStep
mapNumber int
return void

PropogateForward() protected abstract method

protected abstract PropogateForward ( RectangularStep step, int mapNumber ) : void
step RectangularStep
mapNumber int
return void

PropogateForwardCore() protected method

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

PropogateUnitSecondDerivatives() protected abstract method

protected abstract PropogateUnitSecondDerivatives ( RectangularStep downstream, int mapNumber ) : void
downstream RectangularStep
mapNumber int
return void

RectangularWeights() public method

public RectangularWeights ( int width, int height, int maps ) : System
width int
height int
maps int
return System

TrainCore() protected method

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

Property Details

Height public_oe property

public int Height
return int

MapCount public_oe property

public int MapCount
return int

Width public_oe property

public int Width
return int