Hi everybody, I am using the apriori() fn in the arules package and am encountered an error. rules <- apriori(rdayst,parameter = list(support = 0.01, confidence = 0.6)) "You chose a very low absolute support count of 0. You might run of memory." I assume this is related to the value of .01 specified for the support = argument. If so, what is a safe and reliable max value for support to try? Are there other ways of addressing this problem? Any insight is appreciated. Thanks! Dan
Apparently Analagous Threads
- arules package question- apriori/S4 object export question
- how to change number of itemes appeare in right-hand-side of the rule with apriori in R(arules)?
- arules package (apriori)
- arules: rules are built on item ordering in the dataframe, rather than
- arules "killed"