Options

Make assotiation rules of a certain template

TominatorTominator Member Posts: 1 Contributor I
edited October 2019 in Help
I got an exampleset with polinominal data and i want to create association rules with it. I do i by converting the polinominal atributes into binominal attributes using "Nominal to Binominal" then send it to "FP-Growth" and send the result to "Create Association Rules".

Lets say the attributes of the exampleSet are : attr1, attr2, attr3, attr4, attr5.

What i want to do is make sure that the association rules can only be:
premise: some value from attr1 and attr2 and attr3 and attr4
conclusion: some value from attr5

Any idea how to do that?
Tagged:
Sign In or Register to comment.