(AB)n |
startAB |
starts with the substring AB |
AB∗
|
endAB |
ends with the substring AB |
∗AB |
interiorAB |
contains AB at any non-edge position |
+AB+ |
interiorBA |
contains BA anywhere |
∗BA∗
|
TS |
resembles the alternation in the training stimuli (by maximizing the number of transitions between A and B tiles, and vice versa) |
# |
(AB)n
|
consists of any non-zero number of AB pairs |
(AB)+ |
|
AnBn |
startAA |
starts with the substring AA |
AA∗
|
endBB |
ends with the substring BB |
∗BB |
interiorAA |
contains AA at any position (except the beginning) |
+AA∗
|
interiorBB |
contains BB at any position (except the end) |
∗BB+ |
NTS |
resembles the visual homogeneity in the training stimuli (by minimizing the number of transitions between A and B tiles, and vice versa) |
# |
AnBn
|
contains an equal number of A and B, and all A tiles precede all B tiles |
# |
|
Both |
RR |
is on the right |
# |
LL |
is on the left |
# |