UdayLab / PAMI

PAMI is a Python library containing 100+ algorithms to discover useful patterns in various databases across multiple computing platforms. (Active)
https://udaylab.github.io/PAMI/
GNU General Public License v3.0
242 stars 195 forks source link

change the sequence mining input style and make tests for sequential pattern mining #452

Closed SuzukiZudaiM closed 2 months ago

SuzukiZudaiM commented 2 months ago

change the all input style from (-1 can ne used only separator and end of line need -2) ex.1 2 3 -1 4 5 -1 -2 to (people can decide separator and no need to put -2. ex.1 2 3 sep 4 5