View source: R/neuron_hjelmfelt.R
| define_neuron_gate_binding_hje | R Documentation | 
This function returns a modified gate of gate2 input. this modified
version has one of its input neurons binded to the output neuron of gate2.
define_neuron_gate_binding_hje(gate1, gate2, input_neuron_idx, ...)
| gate1, gate2 | The gates which will be binded | 
| input_neuron_idx | The index of the input neuron of  | 
| ... | The parameters  | 
The binding is made using the function
add_gate_binding_on_neuron_hje(). The binding is a list with
the following structure:
gate1_name, gate2_name: = gate 1 and 2 names, respectively;
input_neuron_idx: the parameter input_neuron_idx,
neuron_binding_crn: binding CRN returned by
get_neuron_binding_hje()
The gate2 received as input but with the specified input neuron
binded to the gate1 output.
get_neuron_binding_hje() for details about the parameter
that it s expecting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.