Neuron object used in neuron definitions.
| type and name | description | comments |
getInputStatefunction |
get input signal | |
getInputWeightfunction |
get input weight | |
getWeightedInputStatefunction |
get weighted input signal | |
getInputSumfunction |
get signal sum | |
getWeightedInputSumfunction |
get weighted signal sum | |
getInputCountinteger |
get input count | |
inputSumfloating point |
full signal sum | |
weightedInputSumfloating point |
full weighted signal sum | |
getInputChannelCountfunction |
get channel count for input | |
getInputStateChannelfunction |
get input signal from channel | |
getWeightedInputStateChannelfunction |
get weighted input signal from channel | |
statefloating point |
current neuron state (channel 0) | |
channelCountinteger |
number of output channels | |
getStateChannelfunction |
get output state for channel | |
setStateChannelfunction |
set output state for channel | |
position_xfloating point |
position x | |
position_yfloating point |
position y | |
position_zfloating point |
position z | |
creatureobject field |
get owner creature | |