A cell-object is used as the basic building block of the network, analogous to the nervous system. Each neuron has a number of inputs and a number of outputs. Each input has a assigned weight, representing the connection strength of the synapse.
The object of type CCell can calculate the net-value for an input vector as well as the output response.