C# 클래스 xpidea.neuro.net.examples.backprop.ocr.Form1

Summary description for Form1.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: AlexCherkasov/Neuro.NET

공개 프로퍼티들

프로퍼티 타입 설명
IsTerminated bool
aCharsCount int
aFirstChar byte
aFirstChar int
aLastChar byte
aLastChar int
aMatrixDim int
backpropNetwork OCRNetwork
trainingPatterns PatternsCollection

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

CharToBitArray() 공개 메소드

public CharToBitArray ( char aChar, Font aFont, int aArrayDim, int aAddNoisePercent ) : double[]
aChar char
aFont System.Drawing.Font
aArrayDim int
aAddNoisePercent int
리턴 double[]

CharToDoubleArray() 공개 메소드

public CharToDoubleArray ( char aChar, Font aFont, int aArrayDim, int aAddNoisePercent ) : double[]
aChar char
aFont System.Drawing.Font
aArrayDim int
aAddNoisePercent int
리턴 double[]

CreateTrainingPatterns() 공개 메소드

public CreateTrainingPatterns ( Font font ) : PatternsCollection
font System.Drawing.Font
리턴 xpidea.neuro.net.patterns.PatternsCollection

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

프로퍼티 상세

IsTerminated 공개적으로 정적으로 프로퍼티

public static bool IsTerminated
리턴 bool

aCharsCount 공개적으로 정적으로 프로퍼티

public static int aCharsCount
리턴 int

aFirstChar 공개적으로 정적으로 프로퍼티

public static byte aFirstChar
리턴 byte

aFirstChar 공개적으로 정적으로 프로퍼티

public static int aFirstChar
리턴 int

aLastChar 공개적으로 정적으로 프로퍼티

public static byte aLastChar
리턴 byte

aLastChar 공개적으로 정적으로 프로퍼티

public static int aLastChar
리턴 int

aMatrixDim 공개적으로 정적으로 프로퍼티

public static int aMatrixDim
리턴 int

backpropNetwork 공개적으로 프로퍼티

public OCRNetwork backpropNetwork
리턴 OCRNetwork

trainingPatterns 공개적으로 프로퍼티

public PatternsCollection trainingPatterns
리턴 PatternsCollection