@@ -1066,7 +1066,7 @@ Create and return a delay line reservoir matrix [Rodan2011](@cite).
10661066
10671067 - `weight`: Determines the value of all connections in the reservoir.
10681068 This can be provided as a single value or an array. In case it is provided as an
1069- array please make sure that the lenght of the array matches the lenght of the sub-diagonal
1069+ array please make sure that the length of the array matches the length of the sub-diagonal
10701070 you want to populate.
10711071 Default is 0.1.
10721072 - `shift`: delay line shift. Default is 1.
@@ -1139,14 +1139,14 @@ Creates a matrix with backward connections as described in [Rodan2011](@cite).
11391139 - `weight`: The weight determines the absolute value of
11401140 forward connections in the reservoir.
11411141 This can be provided as a single value or an array. In case it is provided as an
1142- array please make sure that the lenght of the array matches the lenght of the sub-diagonal
1142+ array please make sure that the length of the array matches the length of the sub-diagonal
11431143 you want to populate.
11441144 Default is 0.1
11451145
11461146 - `fb_weight`: Determines the absolute value of backward connections
11471147 in the reservoir.
11481148 This can be provided as a single value or an array. In case it is provided as an
1149- array please make sure that the lenght of the array matches the lenght of the sub-diagonal
1149+ array please make sure that the length of the array matches the length of the sub-diagonal
11501150 you want to populate.
11511151 Default is 0.1.
11521152 - `fb_shift`: How far the backward connection will be from the diagonal.
@@ -1225,13 +1225,13 @@ Create a cycle jumps reservoir [Rodan2012](@cite).
12251225
12261226 - `cycle_weight`: The weight of cycle connections.
12271227 This can be provided as a single value or an array. In case it is provided as an
1228- array please make sure that the lenght of the array matches the lenght of the cycle
1228+ array please make sure that the length of the array matches the length of the cycle
12291229 you want to populate.
12301230 Default is 0.1.
12311231
12321232 - `jump_weight`: The weight of jump connections.
12331233 This can be provided as a single value or an array. In case it is provided as an
1234- array please make sure that the lenght of the array matches the lenght of the jumps
1234+ array please make sure that the length of the array matches the length of the jumps
12351235 you want to populate.
12361236 Default is 0.1.
12371237 - `jump_size`: The number of steps between jump connections.
@@ -1310,7 +1310,7 @@ Create a simple cycle reservoir [Rodan2011](@cite).
13101310
13111311 - `weight`: Weight of the connections in the reservoir matrix.
13121312 This can be provided as a single value or an array. In case it is provided as an
1313- array please make sure that the lenght of the array matches the lenght of the cycle
1313+ array please make sure that the length of the array matches the length of the cycle
13141314 you want to populate.
13151315 Default is 0.1.
13161316 - `return_sparse`: flag for returning a `sparse` matrix.
@@ -1518,12 +1518,12 @@ W_{i,j} =
15181518
15191519 - `cycle_weight`: Weight of the cycle connections in the reservoir matrix.
15201520 This can be provided as a single value or an array. In case it is provided as an
1521- array please make sure that the lenght of the array matches the lenght of the cycle
1521+ array please make sure that the length of the array matches the length of the cycle
15221522 you want to populate.
15231523 Default is 0.1.
15241524 - `selfloop_weight`: Weight of the self loops in the reservoir matrix.
15251525 This can be provided as a single value or an array. In case it is provided as an
1526- array please make sure that the lenght of the array matches the lenght of the diagonal
1526+ array please make sure that the length of the array matches the length of the diagonal
15271527 you want to populate.
15281528 Default is 0.1.
15291529 - `return_sparse`: flag for returning a `sparse` matrix.
@@ -1610,7 +1610,7 @@ W_{i,j} =
16101610
16111611 - `cycle_weight`: Weight of the cycle connections in the reservoir matrix.
16121612 This can be provided as a single value or an array. In case it is provided as an
1613- array please make sure that the lenght of the array matches the lenght of the cycle
1613+ array please make sure that the length of the array matches the length of the cycle
16141614 you want to populate.
16151615 Default is 0.1.
16161616 - `selfloop_weight`: Weight of the self loops in the reservoir matrix.
@@ -1693,17 +1693,17 @@ W_{i,j} =
16931693
16941694 - `weight`: Weight of the cycle connections in the reservoir matrix.
16951695 This can be provided as a single value or an array. In case it is provided as an
1696- array please make sure that the lenght of the array matches the lenght of the cycle
1696+ array please make sure that the length of the array matches the length of the cycle
16971697 you want to populate.
16981698 Default is 0.1.
16991699 - `selfloop_weight`: Weight of the self loops in the reservoir matrix.
17001700 This can be provided as a single value or an array. In case it is provided as an
1701- array please make sure that the lenght of the array matches the lenght of the diagonal
1701+ array please make sure that the length of the array matches the length of the diagonal
17021702 you want to populate.
17031703 Default is 0.1.
17041704 - `fb_weight`: Weight of the feedback in the reservoir matrix.
17051705 This can be provided as a single value or an array. In case it is provided as an
1706- array please make sure that the lenght of the array matches the lenght of the diagonal
1706+ array please make sure that the length of the array matches the length of the diagonal
17071707 you want to populate.
17081708 Default is 0.1.
17091709 - `fb_shift`: How far the backward connection will be from the diagonal.
@@ -1798,12 +1798,12 @@ W_{i,j} =
17981798
17991799 - `weight`: Weight of the cycle connections in the reservoir matrix.
18001800 This can be provided as a single value or an array. In case it is provided as an
1801- array please make sure that the lenght of the array matches the lenght of the cycle
1801+ array please make sure that the length of the array matches the length of the cycle
18021802 you want to populate.
18031803 Default is 0.1.
18041804 - `selfloop_weight`: Weight of the self loops in the reservoir matrix.
18051805 This can be provided as a single value or an array. In case it is provided as an
1806- array please make sure that the lenght of the array matches the lenght of the diagonal
1806+ array please make sure that the length of the array matches the length of the diagonal
18071807 you want to populate.
18081808 Default is 0.1.
18091809 - `return_sparse`: flag for returning a `sparse` matrix.
@@ -1889,7 +1889,7 @@ W_{i,j} =
18891889
18901890 - `weight`: Weight of the cycle connections in the reservoir matrix.
18911891 This can be provided as a single value or an array. In case it is provided as an
1892- array please make sure that the lenght of the array matches the lenght of the sub-diagonal
1892+ array please make sure that the length of the array matches the length of the sub-diagonal
18931893 you want to populate.
18941894 Default is 0.1.
18951895 - `return_sparse`: flag for returning a `sparse` matrix.
0 commit comments