specify the conclusion attribute for w-apriori algorithm with rapidminer
Hi,
I would like to find association rules in a dataset using rapidminer by applying the wapriori algorithm. I would like to have on the right side of rules a specific attribute.
For example, I have a dataset including attributes A, B and C. I would like to have C as a conclusion like:
if A, B then C/
if B then C
how can I force the wapriori algorithm to express a specific attribute as a result? how can I set this in rapidminer ? thanks