Unit ILNeuron
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 18: | Line 18: | ||
== Classes == | == Classes == | ||
*[[Class ILNeuron.TILNeuronSynapse|TILNeuronSynapse]] - Neuron's synapse collection item. | *[[Class ILNeuron.TILNeuronSynapse|TILNeuronSynapse]] - Neuron's synapse collection item. | ||
− | |||
*[[Class ILNeuron.TILNeuron|TILNeuron]] - General purpose neuron component. | *[[Class ILNeuron.TILNeuron|TILNeuron]] - General purpose neuron component. | ||
+ | *[[Class ILNeuron.TILNeuronSynapses|TILNeuronSynapses]] - Neuron's synapses collection. | ||
== Enums == | == Enums == |
Revision as of 20:30, 10 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
Contents |
Summary
Contains the code for the TILNeuron component.
Description
This file contains the code for the TILNeuron component.
Components
- TILNeuron - General purpose neuron component.
Classes
- TILNeuronSynapse - Neuron's synapse collection item.
- TILNeuron - General purpose neuron component.
- TILNeuronSynapses - Neuron's synapses collection.
Enums
- TILNeuronType - Neuron type enumeration.
Types
- TILAxonFunctionNotify - On custom Axon function event type.
- TILAxonDerivativeNotify - On custom Axon function derivative event type.
- TILAxonRangeNotify - On custom Axon function's range event type.