IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Neural.Applications.formLoadCSV Class Reference

GUI Form for loading the training set. More...

+ Inheritance diagram for IG.Neural.Applications.formLoadCSV:
+ Collaboration diagram for IG.Neural.Applications.formLoadCSV:

Public Member Functions

 formLoadCSV ()
 

Public Attributes

TadejFormOld tadejForm
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Private Member Functions

void btnSelectTrainCSV_Click (object sender, EventArgs e)
 
void btnLoadCSV_Click (object sender, EventArgs e)
 
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 

Private Attributes

string filePathLoad
 
System.ComponentModel.IContainer components = null
 Required designer variable. More...
 
System.Windows.Forms.Button btnSelectTrainCSV
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.Label label2
 
System.Windows.Forms.Label label3
 
System.Windows.Forms.Label label4
 
System.Windows.Forms.CheckBox cBxNameSpec
 
System.Windows.Forms.CheckBox cBxDescSpec
 
System.Windows.Forms.Button btnLoadCSV
 
System.Windows.Forms.OpenFileDialog openFdCSV
 
System.Windows.Forms.NumericUpDown numInputParm
 
System.Windows.Forms.NumericUpDown numOutputParam
 
System.Windows.Forms.CheckBox cBxTitlesSpec
 
System.Windows.Forms.Label label5
 

Detailed Description

GUI Form for loading the training set.

$A Tako78 May11;

Constructor & Destructor Documentation

IG.Neural.Applications.formLoadCSV.formLoadCSV ( )
inline

Member Function Documentation

void IG.Neural.Applications.formLoadCSV.btnSelectTrainCSV_Click ( object  sender,
EventArgs  e 
)
inlineprivate
void IG.Neural.Applications.formLoadCSV.btnLoadCSV_Click ( object  sender,
EventArgs  e 
)
inlineprivate
override void IG.Neural.Applications.formLoadCSV.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.
void IG.Neural.Applications.formLoadCSV.InitializeComponent ( )
inlineprivate

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

Member Data Documentation

TadejFormOld IG.Neural.Applications.formLoadCSV.tadejForm
string IG.Neural.Applications.formLoadCSV.filePathLoad
private
System.ComponentModel.IContainer IG.Neural.Applications.formLoadCSV.components = null
private

Required designer variable.

System.Windows.Forms.Button IG.Neural.Applications.formLoadCSV.btnSelectTrainCSV
private
System.Windows.Forms.Label IG.Neural.Applications.formLoadCSV.label1
private
System.Windows.Forms.Label IG.Neural.Applications.formLoadCSV.label2
private
System.Windows.Forms.Label IG.Neural.Applications.formLoadCSV.label3
private
System.Windows.Forms.Label IG.Neural.Applications.formLoadCSV.label4
private
System.Windows.Forms.CheckBox IG.Neural.Applications.formLoadCSV.cBxNameSpec
private
System.Windows.Forms.CheckBox IG.Neural.Applications.formLoadCSV.cBxDescSpec
private
System.Windows.Forms.Button IG.Neural.Applications.formLoadCSV.btnLoadCSV
private
System.Windows.Forms.OpenFileDialog IG.Neural.Applications.formLoadCSV.openFdCSV
private
System.Windows.Forms.NumericUpDown IG.Neural.Applications.formLoadCSV.numInputParm
private
System.Windows.Forms.NumericUpDown IG.Neural.Applications.formLoadCSV.numOutputParam
private
System.Windows.Forms.CheckBox IG.Neural.Applications.formLoadCSV.cBxTitlesSpec
private
System.Windows.Forms.Label IG.Neural.Applications.formLoadCSV.label5
private

The documentation for this class was generated from the following files: