Class ILNeuralNetwork.TILNeuralNetworkOutputLayer
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.
Package: IntelligenceLabPkg
Unit: ILNeuralNetwork
Inherits: TILNeuralNetworkTerminalLayer
Contents |
Syntax
Delphi:
type TILNeuralNetworkOutputLayer = class( TILNeuralNetworkTerminalLayer )
C++ Builder:
class TILNeuralNetworkOutputLayer : public TILNeuralNetworkTerminalLayer
Visual C++ (MFC):
class CTILNeuralNetworkOutputLayer : public CTILNeuralNetworkTerminalLayer
C# (.NET):
public ref class NeuralNetworkOutputLayer : Mitov.IntelligenceLab.NeuralNetworkTerminalLayer
Summary
Neural network output layer class.
Description
Defines class for network output layer.
Properties
Published
- NeuronType - Specifies the type of neurons contained in the layer.
Events
- OnAxonFunction - Occurs when the value of the axon has to be calculated.
- OnAxonDerivative - Occurs when the value of the axon derivative has to be calculated.
- OnRange - Occurs when the value of the axon function's range has to be calculated.
From TILNeuralNetworkTerminalLayer
Properties
Public
- Scales - Specifies the slope and offset for each item in the layer.