Skip to content

how to set maxsize parameter? #4

@Loreg9552

Description

@Loreg9552

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions