NeurApp 1.1
NeurApp - software for exploring approximation by artificial neural networks on functions of one or two variables.

IG::Neural::Forms::Old::NeuralParametricDemoOldCopy Class Reference

Class for testing Layout designs. More...

Collaboration diagram for IG::Neural::Forms::Old::NeuralParametricDemoOldCopy:

List of all members.

Public Member Functions

 NeuralParametricDemoOldCopy (string workingDirectoryPath)
 Constructs a new form for parametric studies, with the specified working directory.
 NeuralParametricDemoOldCopy ()
 Constructs a new form for parametric studies, with default working directory (specified internally as relative path to location of executable when run from Visual Studio).
void InitLayout ()
 Sets the default layout when the form is opened.
void PlotTrainingAndVerificationPointsResponse (List< IVector > ParmTestSelectedPoints, int whichOutput, int whichParameter, double minParameterLimit, double maxParameterLimit)
virtual void ApplyPlotSettingsCurveBlueRed (LineItem Line, int i, int max)
virtual void ApplyPlotSettingsCurve (LineItem Line)

Public Attributes

string _workingDirectoryPath = "../../../../../../../workspaceprojects/12_01_paper_neuralcasting/train/opt"
string _neuralNetworkFilename = "neuralnetwork.json"
string _neuralNetworkPath

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used.

Protected Attributes

string _dataDefinitionFilename = "neuraldatadefinition.json"
string _dataDefinitionPath
NeuralParametricDemoAboutWindowOld _aboutWindow

Properties

bool IsTabPageVisibleParametric [get, set]
 Whether the "Parametric Test" tab is visible or not.
bool IsTabPageVisibleSensitivityTest [get, set]
 Whether the "Sensitivity Test" tab is visible or not.
bool IsTabPageVisibleErrorEstimation [get, set]
 Whether the "Error Estimation" tab is visible or not.
string WorkingDirectoryPath [get, set]
 Working directory where files are found.
string NeuralNetworkFilename [get, set]
 Name of the file where neural network is stored.
string NeuralNetworkPath [get]
 Path to the file where neural network is stored.
string DataDefinitionFilename [get, set]
 Name of the file where data definitions are stored.
string DataDefinitionPath [get]
 Path to the file where data definitions are stored.
NeuralParametricDemoAboutWindowOld AboutWindow [get]

Private Member Functions

void InitializeParmTestFGraph ()
void GenerateANNPredictionInputGid ()
void GenerateANNPredictionOutputGrid ()
void GenerateANNPredictionInfoGrid ()
void GenerateANNParamTestInputGrid ()
void LoadANN ()
void PrepareTrainingAndVerificationData ()
void LoadDataDefinition ()
void toolStripStoreSW_ItemClicked (object sender, ToolStripItemClickedEventArgs e)
void btnParmTest_Click (object sender, EventArgs e)
void dGridInputParam_CellValueChanged (object sender, DataGridViewCellEventArgs e)
void btnPredict_Click (object sender, EventArgs e)
 Button ANN predict output.
void ReadValuesFromGrid (ref IVector Values)
void WriteValesToGrid (IVector Values)
void ReadParametersFromGridPrediction (ref IVector Parameters)
void WriteParametersToGridPrediction (IVector Parameters)
void ReadParametersFromGridParmTest (ref List< IVector > Parameters)
void btnResttDefault_Click (object sender, EventArgs e)
void combBoxANN_SelectedIndexChanged (object sender, EventArgs e)
void btnParmTestSelectAll_Click (object sender, EventArgs e)
 Button select-all check boxes in parametric test data grid.
void btnParmTestClearAll_Click (object sender, EventArgs e)
 Button clear-all check boxes in parametric test data grid.
void btnParmTestResetToDefault_Click (object sender, EventArgs e)
 Button Reset to default parameters in parametric test data grid.
void btnParmTestStart_Click (object sender, EventArgs e)
 Button Start parametric test.
void ParmTestAddGraphs (int parTestGraphNumber)
void ParmTestPrepareGraphs (List< IVector > ParamTestParameterLimits, List< IVector > ParmTestSelectedPoints)
void ParmTestInitializeGraphPane (GraphPane Pane, int whichOutput, int whichParameter)
void ParmTestPreparePoints (ref List< IVector > VerificationPoints)
 Prepare points for parametric test.
void dGridParmTestInputParam_CellValueChanged (object sender, DataGridViewCellEventArgs e)
 Check for values in parametric test data grid.
void cBoxParmTestType_SelectedIndexChanged (object sender, EventArgs e)
void numNumPointsParmTest_ValueChanged (object sender, EventArgs e)
void btnParmTestFwd_Click (object sender, EventArgs e)
void btnParmTestFwdEnd_Click (object sender, EventArgs e)
void btnParmTestBck_Click (object sender, EventArgs e)
void btnParmTestBckEnd_Click (object sender, EventArgs e)
void cBParmTestManualPoints_CheckedChanged (object sender, EventArgs e)
void NeuralParametricDemo_HelpEventHandlers (object sender, KeyEventArgs e)
void NeuralParametricDemo_KeyUp (object sender, KeyEventArgs e)
void tabControl_KeyUp (object sender, KeyEventArgs e)
void aboutStoreSW_Click (object sender, EventArgs e)
void showManualToolStripMenuItem_Click (object sender, EventArgs e)
void closeStoreSW_Click (object sender, EventArgs e)
void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor.

Private Attributes

INeuralApproximator approximator
InputOutputDataDefiniton NeuralDataDefinition
SampledDataSet verificationData
SampledDataSet trainingData
List< PlotterZedGraph > plotter
string nameANN = "neuralnetwork.json"
string definitionANN = "neuraldatadefinition.json"
List< GraphPane > parmTestGraphPane
Chart ParmTestGraphChart
string parTestType = "Verification Points"
int parTestNumPoints = 5
int parTestGraphNumber = 0
System.ComponentModel.IContainer components = null
 Required designer variable.
System.Windows.Forms.ToolStrip toolOarametricDemo
System.Windows.Forms.ToolStripDropDownButton fileStoreSW
System.Windows.Forms.ToolStripMenuItem closeStoreSW
System.Windows.Forms.ToolStripDropDownButton helpStoreSW
System.Windows.Forms.ToolStripMenuItem aboutStoreSW
System.Windows.Forms.ToolStripDropDownButton aNNStoreSW
System.Windows.Forms.ToolStripMenuItem saveANNStoreSW
System.Windows.Forms.ToolStripMenuItem loadANNStoreSW
System.Windows.Forms.ToolStripMenuItem importTDJson
System.Windows.Forms.ToolStripMenuItem jsonFile
System.Windows.Forms.ToolStripMenuItem csvFile
System.Windows.Forms.ToolStripMenuItem saveTrainingDataToolStripMenuItem
System.Windows.Forms.ToolStripMenuItem jSONToolStripMenuItem
System.Windows.Forms.ToolStripMenuItem cSVToolStripMenuItem
System.Windows.Forms.ToolStripSeparator toolStripSeparator1
System.Windows.Forms.ComboBox combBoxANN
System.Windows.Forms.TextBox tbInfoLine
System.Windows.Forms.TabControl tabControl
System.Windows.Forms.TabPage tpPrediction
System.Windows.Forms.GroupBox groupBox4
System.Windows.Forms.DataGridView dGridInfoValues
System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4
System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6
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.GroupBox groupBox1
System.Windows.Forms.DataGridView dGridInputParam
System.Windows.Forms.TabPage tpParmTestRand
System.Windows.Forms.TabPage tpSensTest
System.Windows.Forms.TabPage tpErrorEst
System.Windows.Forms.Button btnResttDefault
System.Windows.Forms.Button btnPredict
System.Windows.Forms.GroupBox groupBox3
System.Windows.Forms.DataGridView dGridParmTestInputParamRand
ZedGraph.ZedGraphControl ParmTestFGraphRand
System.Windows.Forms.Button btnParmTestFwdEndRand
System.Windows.Forms.Button btnParmTestBckEndRand
System.Windows.Forms.Button btnParmTestFwdRand
System.Windows.Forms.Button btnParmTestBckRand
System.Windows.Forms.Button btnParmTestSelectAllRand
System.Windows.Forms.Button btnParmTestClearAllRand
System.Windows.Forms.Button btnParmTestResetToDefaultRand
System.Windows.Forms.Button btnParmTestStartRand
System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5
System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7
System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8
System.Windows.Forms.DataGridViewTextBoxColumn MaxValue
System.Windows.Forms.DataGridViewCheckBoxColumn Column1
System.Windows.Forms.NumericUpDown numNumPointsParmTestRand
System.Windows.Forms.Label lblNumPointsRand
System.Windows.Forms.ComboBox cBoxParmTestTypeRand
System.Windows.Forms.Button btnParmTestEditPointsRand
System.Windows.Forms.Button button1
System.Windows.Forms.Button button2
System.Windows.Forms.Button btnSensTestFwdEnd
System.Windows.Forms.Button btnSensTestBckEnd
System.Windows.Forms.Button btnSensTestFwd
System.Windows.Forms.Button btnSensTestBck
System.Windows.Forms.GroupBox groupBox5
System.Windows.Forms.DataGridView dGreedSensTestInputParam
System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9
System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10
System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11
System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12
System.Windows.Forms.CheckBox cBParmTestManualPointsRand
System.Windows.Forms.Label lblManualPointsRand
System.Windows.Forms.GroupBox groupBox6
System.Windows.Forms.DataGridView dataGridView1
System.Windows.Forms.TextBox textBox1
System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13
System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14
System.Windows.Forms.DataGridViewTextBoxColumn Change
System.Windows.Forms.DataGridViewTextBoxColumn Share
System.Windows.Forms.ToolStripMenuItem showManualToolStripMenuItem
System.Windows.Forms.DataGridViewTextBoxColumn columnID
System.Windows.Forms.DataGridViewTextBoxColumn columnName
System.Windows.Forms.DataGridViewTextBoxColumn columnValue

Detailed Description

Class for testing Layout designs.

$A Tako78 Apr13; Igor Apr13;


Constructor & Destructor Documentation

IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::NeuralParametricDemoOldCopy ( string  workingDirectoryPath) [inline]

Constructs a new form for parametric studies, with the specified working directory.

Parameters:
workingDirectoryPathPath of the working directory. If null or empty string then default value (within the "workspaceprojects" directory, relative to executable directory in Visual Studio) will be set.
IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::NeuralParametricDemoOldCopy ( ) [inline]

Constructs a new form for parametric studies, with default working directory (specified internally as relative path to location of executable when run from Visual Studio).


Member Function Documentation

void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::InitLayout ( ) [inline]

Sets the default layout when the form is opened.

void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::InitializeParmTestFGraph ( ) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::GenerateANNPredictionInputGid ( ) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::GenerateANNPredictionOutputGrid ( ) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::GenerateANNPredictionInfoGrid ( ) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::GenerateANNParamTestInputGrid ( ) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::LoadANN ( ) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::PrepareTrainingAndVerificationData ( ) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::LoadDataDefinition ( ) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::toolStripStoreSW_ItemClicked ( object  sender,
ToolStripItemClickedEventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::btnParmTest_Click ( object  sender,
EventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dGridInputParam_CellValueChanged ( object  sender,
DataGridViewCellEventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::btnPredict_Click ( object  sender,
EventArgs  e 
) [inline, private]

Button ANN predict output.

Parameters:
sender
e
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::ReadValuesFromGrid ( ref IVector  Values) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::WriteValesToGrid ( IVector  Values) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::ReadParametersFromGridPrediction ( ref IVector  Parameters) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::WriteParametersToGridPrediction ( IVector  Parameters) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::ReadParametersFromGridParmTest ( ref List< IVector >  Parameters) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::btnResttDefault_Click ( object  sender,
EventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::combBoxANN_SelectedIndexChanged ( object  sender,
EventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::btnParmTestSelectAll_Click ( object  sender,
EventArgs  e 
) [inline, private]

Button select-all check boxes in parametric test data grid.

Parameters:
sender
e
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::btnParmTestClearAll_Click ( object  sender,
EventArgs  e 
) [inline, private]

Button clear-all check boxes in parametric test data grid.

Parameters:
sender
e
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::btnParmTestResetToDefault_Click ( object  sender,
EventArgs  e 
) [inline, private]

Button Reset to default parameters in parametric test data grid.

Parameters:
sender
e
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::btnParmTestStart_Click ( object  sender,
EventArgs  e 
) [inline, private]

Button Start parametric test.

Parameters:
sender
e
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::ParmTestAddGraphs ( int  parTestGraphNumber) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::ParmTestPrepareGraphs ( List< IVector >  ParamTestParameterLimits,
List< IVector >  ParmTestSelectedPoints 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::PlotTrainingAndVerificationPointsResponse ( List< IVector >  ParmTestSelectedPoints,
int  whichOutput,
int  whichParameter,
double  minParameterLimit,
double  maxParameterLimit 
) [inline]
virtual void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::ApplyPlotSettingsCurveBlueRed ( LineItem  Line,
int  i,
int  max 
) [inline, virtual]
virtual void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::ApplyPlotSettingsCurve ( LineItem  Line) [inline, virtual]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::ParmTestInitializeGraphPane ( GraphPane  Pane,
int  whichOutput,
int  whichParameter 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::ParmTestPreparePoints ( ref List< IVector >  VerificationPoints) [inline, private]

Prepare points for parametric test.

Parameters:
VerificationPoints
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dGridParmTestInputParam_CellValueChanged ( object  sender,
DataGridViewCellEventArgs  e 
) [inline, private]

Check for values in parametric test data grid.

Parameters:
sender
e
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::cBoxParmTestType_SelectedIndexChanged ( object  sender,
EventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::numNumPointsParmTest_ValueChanged ( object  sender,
EventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::btnParmTestFwd_Click ( object  sender,
EventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::btnParmTestFwdEnd_Click ( object  sender,
EventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::btnParmTestBck_Click ( object  sender,
EventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::btnParmTestBckEnd_Click ( object  sender,
EventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::cBParmTestManualPoints_CheckedChanged ( object  sender,
EventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::NeuralParametricDemo_HelpEventHandlers ( object  sender,
KeyEventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::NeuralParametricDemo_KeyUp ( object  sender,
KeyEventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::tabControl_KeyUp ( object  sender,
KeyEventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::aboutStoreSW_Click ( object  sender,
EventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::showManualToolStripMenuItem_Click ( object  sender,
EventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::closeStoreSW_Click ( object  sender,
EventArgs  e 
) [inline, private]
override void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::Dispose ( bool  disposing) [inline, protected]

Clean up any resources being used.

Parameters:
disposingtrue if managed resources should be disposed; otherwise, false.
void IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::InitializeComponent ( ) [inline, private]

Required method for Designer support - do not modify the contents of this method with the code editor.


Member Data Documentation

string IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::_workingDirectoryPath = "../../../../../../../workspaceprojects/12_01_paper_neuralcasting/train/opt"
string IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::_dataDefinitionFilename = "neuraldatadefinition.json" [protected]
string IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::nameANN = "neuralnetwork.json" [private]
string IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::definitionANN = "neuraldatadefinition.json" [private]
string IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::parTestType = "Verification Points" [private]
System.ComponentModel.IContainer IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::components = null [private]

Required designer variable.

System.Windows.Forms.ToolStripDropDownButton IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::fileStoreSW [private]
System.Windows.Forms.ToolStripMenuItem IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::closeStoreSW [private]
System.Windows.Forms.ToolStripDropDownButton IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::helpStoreSW [private]
System.Windows.Forms.ToolStripMenuItem IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::aboutStoreSW [private]
System.Windows.Forms.ToolStripDropDownButton IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::aNNStoreSW [private]
System.Windows.Forms.ToolStripMenuItem IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::saveANNStoreSW [private]
System.Windows.Forms.ToolStripMenuItem IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::loadANNStoreSW [private]
System.Windows.Forms.ToolStripMenuItem IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::importTDJson [private]
System.Windows.Forms.ToolStripMenuItem IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::jsonFile [private]
System.Windows.Forms.ToolStripMenuItem IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::csvFile [private]
System.Windows.Forms.ToolStripMenuItem IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::jSONToolStripMenuItem [private]
System.Windows.Forms.ToolStripMenuItem IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::cSVToolStripMenuItem [private]
System.Windows.Forms.ToolStripSeparator IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::toolStripSeparator1 [private]
System.Windows.Forms.ComboBox IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::combBoxANN [private]
System.Windows.Forms.TabControl IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::tabControl [private]
System.Windows.Forms.GroupBox IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::groupBox4 [private]
System.Windows.Forms.DataGridView IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dGridInfoValues [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn4 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn6 [private]
System.Windows.Forms.GroupBox IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::groupBox2 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn1 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn2 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn3 [private]
System.Windows.Forms.GroupBox IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::groupBox1 [private]
System.Windows.Forms.DataGridView IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dGridInputParam [private]
System.Windows.Forms.GroupBox IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::groupBox3 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn5 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn7 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn8 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::MaxValue [private]
System.Windows.Forms.DataGridViewCheckBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::Column1 [private]
System.Windows.Forms.Button IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::button1 [private]
System.Windows.Forms.Button IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::button2 [private]
System.Windows.Forms.GroupBox IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::groupBox5 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn9 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn10 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn11 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn12 [private]
System.Windows.Forms.GroupBox IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::groupBox6 [private]
System.Windows.Forms.DataGridView IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridView1 [private]
System.Windows.Forms.TextBox IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::textBox1 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn13 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::dataGridViewTextBoxColumn14 [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::Change [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::Share [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::columnID [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::columnName [private]
System.Windows.Forms.DataGridViewTextBoxColumn IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::columnValue [private]

Property Documentation

bool IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::IsTabPageVisibleParametric [get, set]

Whether the "Parametric Test" tab is visible or not.

bool IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::IsTabPageVisibleSensitivityTest [get, set]

Whether the "Sensitivity Test" tab is visible or not.

bool IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::IsTabPageVisibleErrorEstimation [get, set]

Whether the "Error Estimation" tab is visible or not.

string IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::WorkingDirectoryPath [get, set]

Working directory where files are found.

string IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::NeuralNetworkFilename [get, set]

Name of the file where neural network is stored.

string IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::NeuralNetworkPath [get]

Path to the file where neural network is stored.

string IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::DataDefinitionFilename [get, set]

Name of the file where data definitions are stored.

string IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::DataDefinitionPath [get]

Path to the file where data definitions are stored.

NeuralParametricDemoAboutWindowOld IG::Neural::Forms::Old::NeuralParametricDemoOldCopy::AboutWindow [get]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Properties