IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Neural.Forms.NeuralPredictionControl Class Reference

Control for making predictions of output values based on ANN model. More...

+ Inheritance diagram for IG.Neural.Forms.NeuralPredictionControl:
+ Collaboration diagram for IG.Neural.Forms.NeuralPredictionControl:

Public Member Functions

 NeuralPredictionControl ()
 
void SetNeuralModel (INeuralModel model)
 Sets the ANN-based model used by the current form. More...
 
 NeuralPredictionControl ()
 
void SetNeuralModel (INeuralModel model)
 Sets the ANN-based model used by the current form. 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
 

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...
 
- Properties inherited from IG.Neural.INeuralModelContainer
INeuralModel NeuralModel [get]
 Artificial neural network - based model. More...
 

Private Member Functions

void btnPredict_Click (object sender, EventArgs e)
 
void OnInputValueValueChanged (object sender, DataGridViewCellEventArgs e)
 Event handler that executes when a value is changed in the input parameters DataGridView. 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 btnPredict_Click (object sender, EventArgs e)
 
void OnInputValueValueChanged (object sender, DataGridViewCellEventArgs e)
 Event handler that executes when a value is changed in the input parameters DataGridView. 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...
 
NeuralInputControl neuralInputControl1
 
NeuralOutputControl neuralOutputControl1
 
System.Windows.Forms.Button btnPredict
 
System.Windows.Forms.Button btnReset
 

Detailed Description

Control for making predictions of output values based on ANN model.

$A Igor Apr13;

Constructor & Destructor Documentation

IG.Neural.Forms.NeuralPredictionControl.NeuralPredictionControl ( )
inline
IG.Neural.Forms.NeuralPredictionControl.NeuralPredictionControl ( )
inline

Member Function Documentation

void IG.Neural.Forms.NeuralPredictionControl.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.

Implements IG.Neural.INeuralModelContainer.

void IG.Neural.Forms.NeuralPredictionControl.btnPredict_Click ( object  sender,
EventArgs  e 
)
inlineprivate
void IG.Neural.Forms.NeuralPredictionControl.OnInputValueValueChanged ( object  sender,
DataGridViewCellEventArgs  e 
)
inlineprivate

Event handler that executes when a value is changed in the input parameters DataGridView. Clears the output values.

Parameters
sender
e
override void IG.Neural.Forms.NeuralPredictionControl.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.
void IG.Neural.Forms.NeuralPredictionControl.InitializeComponent ( )
inlineprivate

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

void IG.Neural.Forms.NeuralPredictionControl.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.

Implements IG.Neural.INeuralModelContainer.

void IG.Neural.Forms.NeuralPredictionControl.btnPredict_Click ( object  sender,
EventArgs  e 
)
inlineprivate
void IG.Neural.Forms.NeuralPredictionControl.OnInputValueValueChanged ( object  sender,
DataGridViewCellEventArgs  e 
)
inlineprivate

Event handler that executes when a value is changed in the input parameters DataGridView. Clears the output values.

Parameters
sender
e
override void IG.Neural.Forms.NeuralPredictionControl.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.
void IG.Neural.Forms.NeuralPredictionControl.InitializeComponent ( )
inlineprivate

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

Member Data Documentation

INeuralModelContainer IG.Neural.Forms.NeuralPredictionControl._neuralModelContainerControl
protected
INeuralModel IG.Neural.Forms.NeuralPredictionControl._neuralModel
private
System ComponentModel IContainer IG.Neural.Forms.NeuralPredictionControl.components = null
private

Required designer variable.

NeuralInputControl IG.Neural.Forms.NeuralPredictionControl.neuralInputControl1
private
NeuralOutputControl IG.Neural.Forms.NeuralPredictionControl.neuralOutputControl1
private
System Windows Forms Button IG.Neural.Forms.NeuralPredictionControl.btnPredict
private
System Windows Forms Button IG.Neural.Forms.NeuralPredictionControl.btnReset
private

Property Documentation

INeuralModel IG.Neural.Forms.NeuralPredictionControl.NeuralModel
getprotected set

Neural network - based model.

Contains data definition and trained neural network approximator.

INeuralApproximator IG.Neural.Forms.NeuralPredictionControl.TrainedNetwork
get

Traint artificial neural network.

InputOutputDataDefiniton IG.Neural.Forms.NeuralPredictionControl.NeuralDataDefinition
get

Neural data definition.


The documentation for this class was generated from the following files: