-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi!
I would like to get sequences with elements of multiple items; what are the parameters to set to get these results?
22 80 -> 72 -> 42 -> 22 -- 2 2
22 -> 45 71 -> 42 -- 1 1
80 -> 45 71 -> 42 -- 1 1
22 80 -> 45 71 -> 42 -- 1 1
I try to launch:
result = spade(filename='test.ascii.data', support=0.3, maxsize=10)
but obtain:
39 -> 91 -- 3 3
42 -> 91 -- 3 3
72 -> 91 -- 4 4
77 -> 91 -- 3 3
72 -> 77 -> 91 -- 3 3
72 -> 72 -> 91 -- 3 3
Any suggestion?
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels