Class ILNeuron.TILNeuron
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:07, 11 June 2013
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: ILNeuron
Inherits: TLPComponent
Contents |
Syntax
Delphi:
type TILNeuron = class( TLPComponent )
C++ Builder:
class TILNeuron : public TLPComponent
Visual C++ (MFC):
class CTILNeuron : public CTLPComponent
C# (.NET):
public ref class TILNeuron : Mitov.IntelligenceLab.Component
Summary
General purpose neuron component.
Description
Defines general purpose neuron component.
Diagram:
Properties
Published
- Synapses - Allows access the the neuron's synapses.
- Bias - Specifies the neuron's bias.
- NeuronType - Specifies the neuron type.
Public
- Derivative - Returns the neuron's derivative.
Pins
- OutputPin - The Real(double) Output Pin of the neuron.
PinLists
- InputPins - Input Pins for the neuron.
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.