C# Class xpidea.neuro.net.examples.backprop.ocr.Form1

Summary description for Form1.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: AlexCherkasov/Neuro.NET

Méthodes publiques

Свойство Type Description
IsTerminated bool
aCharsCount int
aFirstChar byte
aFirstChar int
aLastChar byte
aLastChar int
aMatrixDim int
backpropNetwork OCRNetwork
trainingPatterns PatternsCollection

Méthodes publiques

Méthode Description
CharToBitArray ( char aChar, Font aFont, int aArrayDim, int aAddNoisePercent ) : double[]
CharToDoubleArray ( char aChar, Font aFont, int aArrayDim, int aAddNoisePercent ) : double[]
CreateTrainingPatterns ( Font font ) : PatternsCollection
Form1 ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Form1_Closing ( object sender, CancelEventArgs e ) : void
Form1_Closing ( object sender, System e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Main ( ) : void
MaxOf ( double src ) : double
Scale ( double src ) : double[]
ShowNoise ( Size sz, Graphics g, int noisePercent ) : void
button1_Click ( object sender, EventArgs e ) : void
button1_Click ( object sender, System e ) : void
button2_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, System e ) : void
button3_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, System e ) : void
button4_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, System e ) : void
button5_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, System e ) : void
button6_Click ( object sender, EventArgs e ) : void
numericUpDown1_ValueChanged ( object sender, EventArgs e ) : void
tabControl1_KeyPress ( object sender, KeyPressEventArgs e ) : void
tabControl1_KeyPress ( object sender, System e ) : void
trackBar1_Scroll ( object sender, EventArgs e ) : void
trackBar2_Scroll ( object sender, EventArgs e ) : void
trackBar3_Scroll ( object sender, EventArgs e ) : void
trackBar3_Scroll ( object sender, System e ) : void
trackBar4_Scroll ( object sender, EventArgs e ) : void
trackBar4_Scroll ( object sender, System e ) : void

Method Details

CharToBitArray() public méthode

public CharToBitArray ( char aChar, Font aFont, int aArrayDim, int aAddNoisePercent ) : double[]
aChar char
aFont System.Drawing.Font
aArrayDim int
aAddNoisePercent int
Résultat double[]

CharToDoubleArray() public méthode

public CharToDoubleArray ( char aChar, Font aFont, int aArrayDim, int aAddNoisePercent ) : double[]
aChar char
aFont System.Drawing.Font
aArrayDim int
aAddNoisePercent int
Résultat double[]

CreateTrainingPatterns() public méthode

public CreateTrainingPatterns ( Font font ) : PatternsCollection
font System.Drawing.Font
Résultat xpidea.neuro.net.patterns.PatternsCollection

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System

Property Details

IsTerminated public_oe static_oe property

public static bool IsTerminated
Résultat bool

aCharsCount public_oe static_oe property

public static int aCharsCount
Résultat int

aFirstChar public_oe static_oe property

public static byte aFirstChar
Résultat byte

aFirstChar public_oe static_oe property

public static int aFirstChar
Résultat int

aLastChar public_oe static_oe property

public static byte aLastChar
Résultat byte

aLastChar public_oe static_oe property

public static int aLastChar
Résultat int

aMatrixDim public_oe static_oe property

public static int aMatrixDim
Résultat int

backpropNetwork public_oe property

public OCRNetwork backpropNetwork
Résultat OCRNetwork

trainingPatterns public_oe property

public PatternsCollection trainingPatterns
Résultat PatternsCollection