chuanconggao / PrefixSpan-py

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.
https://git.io/prefixspan
MIT License
414 stars 92 forks source link

for really long sequence, filter got poor performance #39

Open b-y-f opened 2 years ago

b-y-f commented 2 years ago

when i want to apply something like any([p in ['1-1','1-3'] for p in patt])

appletv850 commented 1 year ago

when i want to apply something like any([p in ['1-1','1-3'] for p in patt])