File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -668,11 +668,12 @@ Creates a matrix with backward connections as described in [^rodan2010].
668668# Keyword arguments
669669
670670 - `weight`: The weight determines the absolute value of
671- forward connections in the reservoir.
671+ forward connections in the reservoir.
672672 This can be provided as a single value or an array. In case it is provided as an
673673 array please make sure that the lenght of the array matches the lenght of the sub-diagonal
674674 you want to populate.
675675 Default is 0.1
676+
676677 - `fb_weight`: Determines the absolute value of backward connections
677678 in the reservoir.
678679 This can be provided as a single value or an array. In case it is provided as an
@@ -753,6 +754,7 @@ Create a cycle jumps reservoir [^Rodan2012].
753754 array please make sure that the lenght of the array matches the lenght of the cycle
754755 you want to populate.
755756 Default is 0.1.
757+
756758 - `jump_weight`: The weight of jump connections.
757759 This can be provided as a single value or an array. In case it is provided as an
758760 array please make sure that the lenght of the array matches the lenght of the jumps
You can’t perform that action at this time.
0 commit comments