NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.
|
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. | |
NeuralPredictionWindow (string neuralDirectoryPath) | |
NeuralPredictionWindow () | |
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 |
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. | |
Private Member Functions | |
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. | |
NeuralPredictionControl | neuralPredictionControl1 |
Window for making predictions of output values based on ANN model.
$A Igor Apr13;
IG::Neural::Applications::NeuralPredictionWindow::NeuralPredictionWindow | ( | 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::Applications::NeuralPredictionWindow::NeuralPredictionWindow | ( | string | neuralDirectoryPath | ) | [inline] |
IG::Neural::Applications::NeuralPredictionWindow::NeuralPredictionWindow | ( | ) | [inline] |
void IG::Neural::Applications::NeuralPredictionWindow::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::Applications::NeuralPredictionWindow::SetNeuralScriptShellPath | ( | string | path | ) | [inline] |
Sets the directory for.
path |
override void IG::Neural::Applications::NeuralPredictionWindow::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::NeuralPredictionWindow::InitializeComponent | ( | ) | [inline, private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
string IG::Neural::Applications::NeuralPredictionWindow::_neuralScriptShellPath = null [protected] |
System.ComponentModel.IContainer IG::Neural::Applications::NeuralPredictionWindow::components = null [private] |
Required designer variable.
NeuralPredictionControl IG::Neural::Applications::NeuralPredictionWindow::neuralPredictionControl1 [private] |
INeuralModel IG::Neural::Applications::NeuralPredictionWindow::NeuralModel [get, set] |
Neural network - based model. Contains data definition and trained neural network approximator.
string IG::Neural::Applications::NeuralPredictionWindow::NeuralScriptShellPath [get, set] |
Path of the working directory for the ANN-based approximation approximation scripts.
INeuralApproximator IG::Neural::Applications::NeuralPredictionWindow::TrainedNetwork [get] |
Traint artificial neural network.
Implements IG::Neural::INeuralModel.
InputOutputDataDefiniton IG::Neural::Applications::NeuralPredictionWindow::NeuralDataDefinition [get] |
Neural data definition.
Implements IG::Neural::INeuralModel.