IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Interface for classes that contain the NeuralModel property that implements the INeuralModel interface. More...
Public Member Functions | |
void | SetNeuralModel (INeuralModel model) |
Sets the ANN-based model contained in the current object. More... | |
Properties | |
INeuralModel | NeuralModel [get] |
Artificial neural network - based model. More... | |
Interface for classes that contain the NeuralModel property that implements the INeuralModel interface.
void IG.Neural.INeuralModelContainer.SetNeuralModel | ( | INeuralModel | model | ) |
Sets the ANN-based model contained in the current object.
model | ANN based model that is set. |
Because of this dedicated method, the setter of the NeuralModel property can be non-public (although some implementations may implement a public setter).
Implemented in IG.Neural.Applications.AnnAppDemo, IG.Neural.Forms.NeuralParametricTest2d, IG.Neural.Forms.NeuralParametricTest, IG.Neural.Forms.NeuralTrainingControl, IG.Neural.Forms.NeuralInputControl, IG.Neural.Forms.NeuralSamplingInputControl, IG.Neural.Forms.NeuralInputControl, IG.Neural.Forms.NeuralPredictionControl, IG.Neural.Forms.NeuralSamplingControl, IG.Neural.Forms.NeuralDataControl, IG.Neural.Forms.NeuralAboutControlToDelete, IG.Neural.Forms.NeuralPredictionControl, IG.Neural.Applications.NeuralPredictionWindow, and IG.Neural.Applications.NeuralPredictionWindow.
|
get |
Artificial neural network - based model.