NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
Class for testing Layout designs. More...
Public Member Functions | |
NeuralParametricDemoTestOld (INeuralModel model) | |
Construct a new window for ANN based predictions, with the model specified. | |
NeuralParametricDemoTestOld (string neuralDirectoryPath) | |
NeuralParametricDemoTestOld () | |
void | SetNeuralModel (INeuralModel model) |
Sets the ANN-based model used by the current form. | |
void | SetNeuralScriptShellPath (string path) |
Sets the directory for. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. | |
Protected Attributes | |
string | _neuralScriptShellPath = null |
NeuralParametricDemoAboutWindow | _aboutWindow |
Properties | |
INeuralModel | NeuralModel [get, set] |
Neural network - based model. Contains data definition and trained neural network approximator. | |
string | NeuralScriptShellPath [get, set] |
Path of the working directory for the ANN-based approximation approximation scripts. | |
INeuralApproximator | TrainedNetwork [get] |
Traint artificial neural network. | |
InputOutputDataDefiniton | NeuralDataDefinition [get] |
Neural data definition. | |
NeuralParametricDemoAboutWindow | AboutWindow [get] |
Window that shows information about the software. Help is also accessible through that window. | |
Private Member Functions | |
void | NeuralParametricDemo_HelpEventHandlers (object sender, KeyEventArgs e) |
void | NeuralParametricDemo_KeyUp (object sender, KeyEventArgs e) |
void | tabControl_KeyUp (object sender, KeyEventArgs e) |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. | |
Private Attributes | |
INeuralModel | _neuralModel |
System.ComponentModel.IContainer | components = null |
Required designer variable. | |
System.Windows.Forms.TextBox | tbInfoLine |
System.Windows.Forms.TabControl | tabControl |
System.Windows.Forms.TabPage | tpPrediction |
System.Windows.Forms.TabPage | tpParmTest |
Forms.NeuralPredictionControl | neuralPredictionControl1 |
NeuralParametricTestOld | neuralParametricTest1 |
Class for testing Layout designs.
$A Igor Apr13;
IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralParametricDemoTestOld | ( | INeuralModel | model | ) | [inline] |
Construct a new window for ANN based predictions, with the model specified.
model | ANN - base model, contains input and output data definitions and |
IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralParametricDemoTestOld | ( | string | neuralDirectoryPath | ) | [inline] |
IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralParametricDemoTestOld | ( | ) | [inline] |
void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::SetNeuralModel | ( | INeuralModel | model | ) | [inline] |
Sets the ANN-based model used by the current form.
model | ANN based model that is set. |
Because of this dedicated method, the setter of the NeuralModel property can be non-public.
void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::SetNeuralScriptShellPath | ( | string | path | ) | [inline] |
Sets the directory for.
path |
void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralParametricDemo_HelpEventHandlers | ( | object | sender, |
KeyEventArgs | e | ||
) | [inline, private] |
void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralParametricDemo_KeyUp | ( | object | sender, |
KeyEventArgs | e | ||
) | [inline, private] |
void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::tabControl_KeyUp | ( | object | sender, |
KeyEventArgs | e | ||
) | [inline, private] |
override void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::Dispose | ( | bool | disposing | ) | [inline, protected] |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::InitializeComponent | ( | ) | [inline, private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
string IG::Neural::Forms::Old::NeuralParametricDemoTestOld::_neuralScriptShellPath = null [protected] |
NeuralParametricDemoAboutWindow IG::Neural::Forms::Old::NeuralParametricDemoTestOld::_aboutWindow [protected] |
System.ComponentModel.IContainer IG::Neural::Forms::Old::NeuralParametricDemoTestOld::components = null [private] |
Required designer variable.
System.Windows.Forms.TextBox IG::Neural::Forms::Old::NeuralParametricDemoTestOld::tbInfoLine [private] |
System.Windows.Forms.TabControl IG::Neural::Forms::Old::NeuralParametricDemoTestOld::tabControl [private] |
System.Windows.Forms.TabPage IG::Neural::Forms::Old::NeuralParametricDemoTestOld::tpPrediction [private] |
System.Windows.Forms.TabPage IG::Neural::Forms::Old::NeuralParametricDemoTestOld::tpParmTest [private] |
Forms.NeuralPredictionControl IG::Neural::Forms::Old::NeuralParametricDemoTestOld::neuralPredictionControl1 [private] |
NeuralParametricTestOld IG::Neural::Forms::Old::NeuralParametricDemoTestOld::neuralParametricTest1 [private] |
INeuralModel IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralModel [get, set] |
Neural network - based model. Contains data definition and trained neural network approximator.
string IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralScriptShellPath [get, set] |
Path of the working directory for the ANN-based approximation approximation scripts.
INeuralApproximator IG::Neural::Forms::Old::NeuralParametricDemoTestOld::TrainedNetwork [get] |
Traint artificial neural network.
InputOutputDataDefiniton IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralDataDefinition [get] |
Neural data definition.
NeuralParametricDemoAboutWindow IG::Neural::Forms::Old::NeuralParametricDemoTestOld::AboutWindow [get] |
Window that shows information about the software. Help is also accessible through that window.