Property ILNeuralNetwork.TILNeuralNetwork.Inputs
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: TILNeuralNetwork
Contents |
Syntax
Delphi:
property Inputs : TILNeuralNetworkInputLayer read FInputs write SetInputs;
C++ Builder:
__property TILNeuralNetworkInputLayer * Inputs = { read=FInputs, write=SetInputs };
Summary
Specifies the neuron inputs settings.
Description
Use this property to specify the neuron inputs settings.