IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Class for testing Layout designs. More...
Public Member Functions | |
NeuralParametricDemoTestOld (INeuralModel model) | |
Construct a new window for ANN based predictions, with the model specified. More... | |
NeuralParametricDemoTestOld (string neuralDirectoryPath) | |
NeuralParametricDemoTestOld () | |
void | SetNeuralModel (INeuralModel model) |
Sets the ANN-based model used by the current form. More... | |
void | SetNeuralScriptShellPath (string path) |
Sets the directory for More... | |
NeuralParametricDemoTestOld (INeuralModel model) | |
Construct a new window for ANN based predictions, with the model specified. More... | |
NeuralParametricDemoTestOld (string neuralDirectoryPath) | |
NeuralParametricDemoTestOld () | |
void | SetNeuralModel (INeuralModel model) |
Sets the ANN-based model used by the current form. More... | |
void | SetNeuralScriptShellPath (string path) |
Sets the directory for More... | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Protected Attributes | |
string | _neuralScriptShellPath = null |
NeuralParametricDemoAboutWindowOld11 | _aboutWindow |
NeuralParametricDemoAboutWindow | _aboutWindow |
Properties | |
INeuralModel | NeuralModel [get, protected set] |
Neural network - based model. More... | |
string | NeuralScriptShellPath [get, protected set] |
Path of the working directory for the ANN-based approximation approximation scripts. More... | |
INeuralApproximator | TrainedNetwork [get] |
Traint artificial neural network. More... | |
InputOutputDataDefiniton | NeuralDataDefinition [get] |
Neural data definition. More... | |
NeuralParametricDemoAboutWindowOld11 | AboutWindow [get] |
Window that shows information about the software. More... | |
NeuralParametricDemoAboutWindow | AboutWindow [get] |
Window that shows information about the software. More... | |
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. More... | |
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. More... | |
Private Attributes | |
INeuralModel | _neuralModel |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
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;
|
inline |
Construct a new window for ANN based predictions, with the model specified.
model | ANN - base model, contains input and output data definitions and |
|
inline |
|
inline |
|
inline |
Construct a new window for ANN based predictions, with the model specified.
model | ANN - base model, contains input and output data definitions and |
|
inline |
|
inline |
|
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.
|
inline |
Sets the directory for
path |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
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.
|
inline |
Sets the directory for
path |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
private |
|
protected |
|
protected |
|
private |
Required designer variable.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
protected |
|
getprotected set |
Neural network - based model.
Contains data definition and trained neural network approximator.
|
getprotected set |
Path of the working directory for the ANN-based approximation approximation scripts.
|
get |
Traint artificial neural network.
|
get |
Neural data definition.
|
get |
Window that shows information about the software.
Help is also accessible through that window.
|
get |
Window that shows information about the software.
Help is also accessible through that window.