chuanconggao/PrefixSpan-py

Specify occurrence of each sequence in input

nltran opened this issue · 1 comments

Hello,

Could the library support occurrence information of sequences in the input? I have data in this form, where the last element of a sequence indicates the number of times this sequence has occurred in the dataset.

c d e 7
b b b d e 89
c c c a 123
b b c c 789

Seems duplicate of #21. Please double check that one.