conn2res.reservoir.Reservoir

class conn2res.reservoir.Reservoir(w)[source]

Class that represents a general Reservoir object

w

reservoir connectivity matrix (source, target)

Type:

numpy.ndarray

_state

reservoir activation states

Type:

numpy.ndarray

n_nodes

dimension of the reservoir

Type:

int

# TODO
simulate()[source]
add_washout_time()[source]