The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Show only Unique Association Rule Premise Subset
I have a data set and I only want to see unique pairs of premises and their conclusions based on the 'create association rules' output.
For example if I have a set {apple,orange, banana,grape,pear}
and the association rule output (premise => conclusion) is:
apple => banana
apple,orange, => banana
apple,orange,pear => grape
apple,orange,banana => pear
I would only want to see the {apple, orange, pear} AND {apple, orange, banana} sets since they are subsets of the larger set of {apple} and .{apple,orange} sets. How would I accomplish this?
Thanks!
For example if I have a set {apple,orange, banana,grape,pear}
and the association rule output (premise => conclusion) is:
apple => banana
apple,orange, => banana
apple,orange,pear => grape
apple,orange,banana => pear
I would only want to see the {apple, orange, pear} AND {apple, orange, banana} sets since they are subsets of the larger set of {apple} and .{apple,orange} sets. How would I accomplish this?
Thanks!
Tagged:
0