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

Updated how to set minlen, maxlen in api version in readme #30 #32

Open avijit1258 opened 4 years ago

avijit1258 commented 4 years ago

Fixed issue #30 by adding example how to set maxlen, minlen in api