]> gitweb.factorcode.org Git - factor.git/commit
sequences.windowed: Add vocabulary for doing windowed sequences that look
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 21 Jun 2012 04:40:38 +0000 (21:40 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 21 Jun 2012 04:42:16 +0000 (21:42 -0700)
commit80eae10aa06ac518d0b4fb68eedbb38bc66a5dd2
tree450d6489590cf4ded8831a9836b9f3ee2b57bd2a
parent46c5d64251ad638fb8c258c80aa76b22078d8792
sequences.windowed: Add vocabulary for doing windowed sequences that look
n steps back. Different from clumps in that maping over them gives you a
sequence that's as long as the underlying sequence.
basis/sequences/windowed/windowed-docs.factor [new file with mode: 0644]
basis/sequences/windowed/windowed-tests.factor [new file with mode: 0644]
basis/sequences/windowed/windowed.factor [new file with mode: 0644]