🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Sequential Rule Mining - Now What?

User: "btibert"
New Altair Community Member
Updated by Jocelyn
After we apply the GSP operator to a proper dataset, it is not obvious to me what we can do with the results passed to the port pat, or, the GSPSet.  

Simply, how can we analyze the resulting rules for support, confidence, etc, after applying the GSP operator?  It's not obvious what operator would go next, and Create Association Rules is looking for a Frequent Itemset generated by FP Growth.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "land"
    New Altair Community Member
    Accepted Answer
    If you want to look at the patterns, you simply can connect the pat(tern) port to the result port of the process and take a look at the visualization.
    If you want to post process them, there's a little trick necessary: You cannot directly access the table as data. In the Advanced Reporting Extension, there's an operator called "Extract Tables". It should be able to get the data from the visualization and convert it into a standard Example Set so that you can apply any operator that can process regular data.

    Greetings,
    Sebastian