NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
GUI Form for loading the training set. More...
Public Member Functions | |
formLoadCSV () | |
Public Attributes | |
TadejFormOld | tadejForm |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. | |
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. | |
Private Attributes | |
string | filePathLoad |
System.ComponentModel.IContainer | components = null |
Required designer variable. | |
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 |
GUI Form for loading the training set.
$A Tako78 May11;
IG::Neural::Applications::formLoadCSV::formLoadCSV | ( | ) | [inline] |
void IG::Neural::Applications::formLoadCSV::btnSelectTrainCSV_Click | ( | object | sender, |
EventArgs | e | ||
) | [inline, private] |
void IG::Neural::Applications::formLoadCSV::btnLoadCSV_Click | ( | object | sender, |
EventArgs | e | ||
) | [inline, private] |
override void IG::Neural::Applications::formLoadCSV::Dispose | ( | bool | disposing | ) | [inline, protected] |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
void IG::Neural::Applications::formLoadCSV::InitializeComponent | ( | ) | [inline, private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
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] |