IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Window for making predictions of output values based on ANN model. More...
Public Member Functions | |
NeuralPredictionWindow (INeuralModel model) | |
Construct a new window for ANN based predictions, with the model specified. More... | |
NeuralPredictionWindow (string neuralDirectoryPath) | |
NeuralPredictionWindow () | |
void | SetNeuralModel (INeuralModel model) |
Sets the ANN-based model used by the current form. More... | |
void | SetNeuralScriptShellPath (string path) |
Sets the directory for More... | |
NeuralPredictionWindow (INeuralModel model) | |
Construct a new window for ANN based predictions, with the model specified. More... | |
NeuralPredictionWindow (string neuralDirectoryPath) | |
NeuralPredictionWindow () | |
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 |
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... | |
![]() | |
INeuralModel | NeuralModel [get] |
Artificial neural network - based model. More... | |
Private Member Functions | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
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... | |
NeuralPredictionControl | neuralPredictionControl1 |
Window for making predictions of output values based on ANN model.
$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.
Implements IG.Neural.INeuralModelContainer.
|
inline |
Sets the directory for
path |
|
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.
Implements IG.Neural.INeuralModelContainer.
|
inline |
Sets the directory for
path |
|
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 |
|
private |
Required designer variable.
|
private |
|
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.