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

IG::Neural::Forms::Old::NeuralParametricDemoTestOld Class Reference

Class for testing Layout designs. More...

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

List of all members.

Public Member Functions

 NeuralParametricDemoTestOld (INeuralModel model)
 Construct a new window for ANN based predictions, with the model specified.
 NeuralParametricDemoTestOld (string neuralDirectoryPath)
 NeuralParametricDemoTestOld ()
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
NeuralParametricDemoAboutWindow _aboutWindow

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.
NeuralParametricDemoAboutWindow AboutWindow [get]
 Window that shows information about the software. Help is also accessible through that window.

Private Member Functions

void NeuralParametricDemo_HelpEventHandlers (object sender, KeyEventArgs e)
void NeuralParametricDemo_KeyUp (object sender, KeyEventArgs e)
void tabControl_KeyUp (object sender, KeyEventArgs e)
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.
System.Windows.Forms.TextBox tbInfoLine
System.Windows.Forms.TabControl tabControl
System.Windows.Forms.TabPage tpPrediction
System.Windows.Forms.TabPage tpParmTest
Forms.NeuralPredictionControl neuralPredictionControl1
NeuralParametricTestOld neuralParametricTest1

Detailed Description

Class for testing Layout designs.

$A Igor Apr13;


Constructor & Destructor Documentation

IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralParametricDemoTestOld ( INeuralModel  model) [inline]

Construct a new window for ANN based predictions, with the model specified.

Parameters:
modelANN - base model, contains input and output data definitions and
IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralParametricDemoTestOld ( string  neuralDirectoryPath) [inline]
IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralParametricDemoTestOld ( ) [inline]

Member Function Documentation

void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::SetNeuralModel ( INeuralModel  model) [inline]

Sets the ANN-based model used by the current form.

Parameters:
modelANN based model that is set.

Because of this dedicated method, the setter of the NeuralModel property can be non-public.

void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::SetNeuralScriptShellPath ( string  path) [inline]

Sets the directory for.

Parameters:
path
void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralParametricDemo_HelpEventHandlers ( object  sender,
KeyEventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralParametricDemo_KeyUp ( object  sender,
KeyEventArgs  e 
) [inline, private]
void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::tabControl_KeyUp ( object  sender,
KeyEventArgs  e 
) [inline, private]
override void IG::Neural::Forms::Old::NeuralParametricDemoTestOld::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::NeuralParametricDemoTestOld::InitializeComponent ( ) [inline, private]

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


Member Data Documentation

System.ComponentModel.IContainer IG::Neural::Forms::Old::NeuralParametricDemoTestOld::components = null [private]

Required designer variable.

System.Windows.Forms.TabControl IG::Neural::Forms::Old::NeuralParametricDemoTestOld::tabControl [private]

Property Documentation

INeuralModel IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralModel [get, set]

Neural network - based model. Contains data definition and trained neural network approximator.

string IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralScriptShellPath [get, set]

Path of the working directory for the ANN-based approximation approximation scripts.

INeuralApproximator IG::Neural::Forms::Old::NeuralParametricDemoTestOld::TrainedNetwork [get]

Traint artificial neural network.

InputOutputDataDefiniton IG::Neural::Forms::Old::NeuralParametricDemoTestOld::NeuralDataDefinition [get]

Neural data definition.

NeuralParametricDemoAboutWindow IG::Neural::Forms::Old::NeuralParametricDemoTestOld::AboutWindow [get]

Window that shows information about the software. Help is also accessible through that window.


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