Neuro class in Neuron definitions

Neuron object used in neuron definitions.

19 members:

type and namedescriptioncomments
function getInputState
function
get input signal  
function getInputWeight
function
get input weight  
function getWeightedInputState
function
get weighted input signal  
function getInputSum
function
get signal sum  
function getWeightedInputSum
function
get weighted signal sum  
integer getInputCount
integer
get input count  
float inputSum
floating point
full signal sum  
float weightedInputSum
floating point
full weighted signal sum  
function getInputChannelCount
function
get channel count for input  
function getInputStateChannel
function
get input signal from channel  
function getWeightedInputStateChannel
function
get weighted input signal from channel  
float state
floating point
current neuron state (channel 0)  
integer channelCount
integer
number of output channels  
function getStateChannel
function
get output state for channel  
function setStateChannel
function
set output state for channel  
float position_x
floating point
position x  
float position_y
floating point
position y  
float position_z
floating point
position z  
object creature
object field
get owner creature  

Global context>>Experiment definition>>Neuron definitions