|
IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Selection of the output value of interest in an ANN model. More...
Inheritance diagram for IG.Forms.OutputValueSelector:
Collaboration diagram for IG.Forms.OutputValueSelector:Public Member Functions | |
| OutputValueSelector () | |
| void | UpdateDataDefinition () |
| Initialiyes data after data definition object been set or changed. More... | |
| void | SetSelectedOutputId (int id) |
| Replacement for the SelectedOutputId setter that has a lower access level. More... | |
| void | UpdateSelectedParameterIdDependencies () |
| Updates things that depend on the selected parameter's index. More... | |
Protected Member Functions | |
| void | OnSelectedOutputChanged (int oldId, int newId) |
| Raises the SelectedOutputIdChanged event. This method should be called preferrably, rather than the event itself. More... | |
| override void | Dispose (bool disposing) |
| Clean up any resources being used. More... | |
Protected Attributes | |
| int | _selectedOutputId = 0 |
Properties | |
| InputOutputDataDefiniton | DataDefinition [get, set] |
| Data about input and output quantities of the manipulated functions or response. More... | |
| int | NumInputParameters [get, set] |
| Gets number of input parameters. More... | |
| int | NumOutputValues [get, set] |
| Gets number of output values. More... | |
| int | SelectedOutputId [get, protected set] |
| Sequential number of the selected parameter as specified by the user. More... | |
Events | |
| EventHandler < IndexChangeEventArgs > | SelectedOutputIdChanged |
| Occurs when selected output value ID is changed. More... | |
Private Member Functions | |
| void | comboBoxSelection_SelectedIndexChanged (object sender, EventArgs e) |
| void | txtParamNum_ValueChanged (object sender, EventArgs e) |
| void | btnDecrease_Click (object sender, EventArgs e) |
| void | btnIncrease_Click (object sender, EventArgs e) |
| void | menuSummary_Click (object sender, EventArgs e) |
| void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
| InputOutputDataDefiniton | _dataDefinition |
| int | _numInputParameters = 2 |
| int | _numOutputValues = 2 |
| System.ComponentModel.IContainer | components = null |
| Required designer variable. More... | |
| System.Windows.Forms.Label | lblParamNum |
| System.Windows.Forms.Label | lblSelectParameter |
| System.Windows.Forms.NumericUpDown | txtValueNum |
| System.Windows.Forms.ComboBox | comboBoxSelection |
| System.Windows.Forms.Button | btnDecrease |
| System.Windows.Forms.Button | btnIncrease |
| System.Windows.Forms.Panel | pnlMain |
| System.Windows.Forms.ContextMenuStrip | contextMenuStrip1 |
| System.Windows.Forms.ToolStripMenuItem | menuSummary |
Selection of the output value of interest in an ANN model.
$A Igor Apr13 March16;
|
inline |
|
inline |
Initialiyes data after data definition object been set or changed.
References IG.Num.InputOutputElementDefinition.Name, and IG.Num.InputOutputElementDefinition.Title.
|
inlineprotected |
Raises the SelectedOutputIdChanged event. This method should be called preferrably, rather than the event itself.
| oldId | Old output element Id. |
| newId | New output element Id. |
|
inline |
Replacement for the SelectedOutputId setter that has a lower access level.
| id | Sequential number of the output valuee to be selected. |
|
inline |
Updates things that depend on the selected parameter's index.
|
inlineprivate |
|
inlineprivate |
|
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 |
|
private |
|
private |
|
protected |
|
private |
Required designer variable.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
getset |
Data about input and output quantities of the manipulated functions or response.
|
getset |
Gets number of input parameters.
|
getset |
Gets number of output values.
|
getprotected set |
Sequential number of the selected parameter as specified by the user.
| EventHandler<IndexChangeEventArgs> IG.Forms.OutputValueSelector.SelectedOutputIdChanged |
Occurs when selected output value ID is changed.