The shortest yet efficient Python implementation of the sequential pattern mining algorithm PrefixSpan, closed sequential pattern mining algorithm BIDE, and generator sequential pattern mining algorithm FEAT.
414
stars
92
forks
source link
for really long sequence, filter got poor performance #39
Open
b-y-f opened 2 years ago
when i want to apply something like
any([p in ['1-1','1-3'] for p in patt])