pyeeg.simulate.CTRNN.read_out
- CTRNN.read_out()
Compute the readout of the network.
- Returns:
readout – The projected output. Shape (output_dim,). This is in the range -1 to 1 if the nonlinearity is a sigmoid.
- Return type:
ndarray