NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
Public Member Functions | |
NeuralDemo () | |
Static Public Member Functions | |
static void | Run () |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. | |
Properties | |
NeuralDemoAbout | AboutControl [get] |
Returns the control that contains the "About" page. This control contains the ShowHelp and ShowWebPage methods, which display information about the application. | |
Private Member Functions | |
void | tabControl1_KeyUp (object sender, KeyEventArgs e) |
void | HelpEventHandlers (object sender, KeyEventArgs e) |
void | neuralControl2D1_Load (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 | |
System.ComponentModel.IContainer | components = null |
Required designer variable. | |
System.Windows.Forms.TabControl | tabControl1 |
System.Windows.Forms.TabPage | tabPage1D |
System.Windows.Forms.TabPage | tabPage2D |
System.Windows.Forms.TabPage | tabPageAbout |
Forms.NeuralDemo1D | neuralDemo1D1 |
Forms.NeuralControl2D | neuralControl2D1 |
NeuralDemoAbout | neuralDemoAbout1 |
IG::Neural::Applications::NeuralDemo::NeuralDemo | ( | ) | [inline] |
static void IG::Neural::Applications::NeuralDemo::Run | ( | ) | [inline, static] |
void IG::Neural::Applications::NeuralDemo::tabControl1_KeyUp | ( | object | sender, |
KeyEventArgs | e | ||
) | [inline, private] |
void IG::Neural::Applications::NeuralDemo::HelpEventHandlers | ( | object | sender, |
KeyEventArgs | e | ||
) | [inline, private] |
void IG::Neural::Applications::NeuralDemo::neuralControl2D1_Load | ( | object | sender, |
EventArgs | e | ||
) | [inline, private] |
override void IG::Neural::Applications::NeuralDemo::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::NeuralDemo::InitializeComponent | ( | ) | [inline, private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
System.ComponentModel.IContainer IG::Neural::Applications::NeuralDemo::components = null [private] |
Required designer variable.
System.Windows.Forms.TabControl IG::Neural::Applications::NeuralDemo::tabControl1 [private] |
System.Windows.Forms.TabPage IG::Neural::Applications::NeuralDemo::tabPage1D [private] |
System.Windows.Forms.TabPage IG::Neural::Applications::NeuralDemo::tabPage2D [private] |
System.Windows.Forms.TabPage IG::Neural::Applications::NeuralDemo::tabPageAbout [private] |
NeuralDemoAbout IG::Neural::Applications::NeuralDemo::AboutControl [get] |
Returns the control that contains the "About" page. This control contains the ShowHelp and ShowWebPage methods, which display information about the application.