I have a data set that i want to apply association rules on it
After association rules application a set of items only appear
I want to know in which row (of the original data set) these itemsets belong
Please answer me
I have a data set that i want to apply association rules on it
After association rules application a set of items only appear
I want to know in which row (of the original data set) these itemsets belong
Please answer me
I assume you are using the Association Rule Learner which provides an option in the dialog "Output association rules" which will return standard association rules in the form "consequence <- antecedence". You might want to check out examples hosted on our EXAMPLE Server under knime://knime.mountpoint/50_Applications/16_MarketBasketAnalysis . Hope this helps. To filter the data you can use any other node in KNIME, for example create/split collection, together with the hilite feature available in most views to explore the data.