|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
|
void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More...
|
|
IG.Neural.Forms.NeuralParametricTestSelection.NeuralParametricTestSelection |
( |
INeuralModel |
neuralModel | ) |
|
|
inline |
Constructs the control, with ANN-based model specified.
- Parameters
-
neuralModel | ANN-based model, containing data definitions and trained neural network. |
$A Igor Apr13;
IG.Neural.Forms.NeuralParametricTestSelection.NeuralParametricTestSelection |
( |
| ) |
|
|
inline |
void IG.Neural.Forms.NeuralParametricTestSelection.SetNeuralModel |
( |
INeuralModel |
model | ) |
|
|
inline |
Sets the ANN-based model used by the current form.
- Parameters
-
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.NeuralParametricTestSelection.SetSelectedParameterId |
( |
int |
id | ) |
|
|
inline |
Replacement for the SelectedParameterId setter that has a lower access level.
- Parameters
-
id | Sequential number of the parameter to be selected. |
void IG.Neural.Forms.NeuralParametricTestSelection.InitializeData |
( |
| ) |
|
|
inline |
override void IG.Neural.Forms.NeuralParametricTestSelection.Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
void IG.Neural.Forms.NeuralParametricTestSelection.InitializeComponent |
( |
| ) |
|
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
INeuralModel IG.Neural.Forms.NeuralParametricTestSelection._neuralModel |
|
private |
double [] IG.Neural.Forms.NeuralParametricTestSelection._minValues |
|
protected |
double [] IG.Neural.Forms.NeuralParametricTestSelection._maxValues |
|
protected |
int IG.Neural.Forms.NeuralParametricTestSelection._selectedParameterId = 0 |
|
protected |
System.ComponentModel.IContainer IG.Neural.Forms.NeuralParametricTestSelection.components = null |
|
private |
Required designer variable.
System.Windows.Forms.Panel IG.Neural.Forms.NeuralParametricTestSelection.pnlParametric |
|
private |
System.Windows.Forms.OpenFileDialog IG.Neural.Forms.NeuralParametricTestSelection.openFileDialog1 |
|
private |
System.Windows.Forms.OpenFileDialog IG.Neural.Forms.NeuralParametricTestSelection.openFileDialog2 |
|
private |
INeuralModel IG.Neural.Forms.NeuralParametricTestSelection.NeuralModel |
|
getprotected set |
Neural network - based model.
Contains data definition and trained neural network approximator.
Traint artificial neural network.
int IG.Neural.Forms.NeuralParametricTestSelection.NumInputParameters |
|
get |
Gets number of input parameters.
int IG.Neural.Forms.NeuralParametricTestSelection.NumOutputValues |
|
get |
Gets number of output values.
double [] IG.Neural.Forms.NeuralParametricTestSelection.MinValues |
|
getprotected set |
double [] IG.Neural.Forms.NeuralParametricTestSelection.MaxValues |
|
getprotected set |
IVector IG.Neural.Forms.NeuralParametricTestSelection.ParameterValues |
|
get |
Vector of current values of input parameters as defined by the DadaGridView.
int IG.Neural.Forms.NeuralParametricTestSelection.SelectedParameterId |
|
getprotected set |
Sequential number of the selected parameter as specified by the user.
double IG.Neural.Forms.NeuralParametricTestSelection.SelectedParameterMin |
|
get |
Minimal value of the selected parameter.
double IG.Neural.Forms.NeuralParametricTestSelection.SelectedParameterMax |
|
get |
Maximal value of the selected parameter as specified by the user.
The documentation for this class was generated from the following files: