Property ILNeuralNetwork.TILNeuralNetworkTrain.NeuralNetwork
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TILNeuralNetworkTrain
Contents |
Syntax
Delphi:
property NeuralNetwork : TILNeuralNetwork read FNeuralNetwork write SetNeuralNetwork;
C++ Builder:
__property TILNeuralNetwork NeuralNetwork = { read=FNeuralNetwork, write=SetNeuralNetwork };
Summary
Specifies the Neural Network component to be trained.
Description
Use this property to specify the Neural Network component to
be trained.