IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Control for editing output values of an approximative model. More...
Public Member Functions | |
NeuralOutputControl (INeuralModel neuralModel) | |
Constructs the control, with ANN-based model specified. More... | |
NeuralOutputControl () | |
void | SetNeuralModel (INeuralModel model) |
Sets the ANN-based model used by the current form. More... | |
DataGridView | GetGridControl () |
Returns the DataGridView control that is used for displaying output values. More... | |
void | InitializeCells () |
Initializes contents of the DataGridView. More... | |
void | ClearCells () |
Clears contents of all DataGridView cells. More... | |
void | ClearDataGrid () |
Removes all the data from the DataGridView. More... | |
void | ClearValues () |
void | SetValues (IVector values) |
Sets the values of input parameters on the DataViewGrid to the elements of the specified vector. More... | |
NeuralOutputControl (INeuralModel neuralModel) | |
Constructs the control, with ANN-based model specified. More... | |
NeuralOutputControl () | |
void | SetNeuralModel (INeuralModel model) |
Sets the ANN-based model used by the current form. More... | |
DataGridView | GetGridControl () |
Returns the DataGridView control that is used for displaying output values. More... | |
void | InitializeCells () |
Initializes contents of the DataGridView. More... | |
void | ClearCells () |
Clears contents of all DataGridView cells. More... | |
void | ClearDataGrid () |
Removes all the data from the DataGridView. More... | |
void | ClearValues () |
void | SetValues (IVector values) |
Sets the values of input parameters on the DataViewGrid to the elements of the specified vector. 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 | |
INeuralModelContainer | _neuralModelContainerControl |
int | _colNumValue = 2 |
Vector | _values |
Properties | |
INeuralModel | NeuralModel [get, protected set] |
Neural network - based model. More... | |
INeuralApproximator | TrainedNetwork [get] |
Traint artificial neural network. More... | |
InputOutputDataDefiniton | NeuralDataDefinition [get] |
Neural data definition. More... | |
int | ColNumValue [get, protected set] |
Number of DataGrid Column that contains the value. More... | |
int | NumValues [get] |
Current number of values, otained form the DataGridView. More... | |
IVector | Values [get, protected set] |
Vector of current values of input parameters as defined by the DadaGridView. More... | |
Private Member Functions | |
void | btnClear_Click (object sender, EventArgs e) |
Clears the output values. More... | |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
void | btnClear_Click (object sender, EventArgs e) |
Clears the output values. 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... | |
System.Windows.Forms.GroupBox | groupBox2 |
System.Windows.Forms.DataGridView | dGridOutputValues |
System.Windows.Forms.DataGridViewTextBoxColumn | dataGridViewTextBoxColumn1 |
System.Windows.Forms.DataGridViewTextBoxColumn | dataGridViewTextBoxColumn2 |
System.Windows.Forms.DataGridViewTextBoxColumn | dataGridViewTextBoxColumn3 |
System.Windows.Forms.Button | btnClear |
Control for editing output values of an approximative model.
$A Igor Apr13;
|
inline |
Constructs the control, with ANN-based model specified.
neuralModel | ANN-based model, containing data definitions and trained neural network. |
|
inline |
|
inline |
Constructs the control, with ANN-based model specified.
neuralModel | ANN-based model, containing data definitions and trained neural network. |
|
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 |
Returns the DataGridView control that is used for displaying output values.
|
inline |
Initializes contents of the DataGridView.
References IG.Num.InputOutputElementDefinition.ElementIndex, and IG.Num.InputOutputElementDefinition.Title.
|
inline |
Clears contents of all DataGridView cells.
|
inline |
Removes all the data from the DataGridView.
|
inline |
|
inline |
Sets the values of input parameters on the DataViewGrid to the elements of the specified vector.
values | Vectors defining the values to be set. |
|
inlineprivate |
Clears the output values.
|
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 |
Returns the DataGridView control that is used for displaying output values.
|
inline |
Initializes contents of the DataGridView.
References IG.Num.InputOutputElementDefinition.ElementIndex, and IG.Num.InputOutputElementDefinition.Title.
|
inline |
Clears contents of all DataGridView cells.
|
inline |
Removes all the data from the DataGridView.
|
inline |
|
inline |
Sets the values of input parameters on the DataViewGrid to the elements of the specified vector.
values | Vectors defining the values to be set. |
|
inlineprivate |
Clears the output values.
|
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.
|
protected |
|
private |
|
protected |
|
protected |
|
private |
Required designer variable.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
getprotected set |
Neural network - based model.
Contains data definition and trained neural network approximator.
|
get |
Traint artificial neural network.
|
get |
Neural data definition.
|
getprotected set |
Number of DataGrid Column that contains the value.
|
get |
Current number of values, otained form the DataGridView.
|
getprotected set |
Vector of current values of input parameters as defined by the DadaGridView.