Tagged Questions
3
votes
1answer
669 views
Using the apriori algorithm for recommendations
So a recent question made me aware of the rather cool apriori algorithm. I can see why it works, but what I'm not sure about is practical uses. Presumably the main reason to compute related sets of ...
2
votes
4answers
721 views
Apriori Algorithm
I've heard about the Apriori algorithm several times before but never got the time or the opportunity to dig into it, can anyone explain to me in a simple way the workings of this algorithm? Also, a ...
1
vote
1answer
732 views
Minimum confidence and minimum support for Apriori
What are appropriate values for minimum confidence and minimum support values for the Apriori algorithm? How could you tweak them? Are they fixed values, or do they change during the running of the ...
0
votes
2answers
39 views
Leads to find tables correlation
Have these two tables:
TableA
ID Opt1 Opt2 Type
1 A Z 10
2 B Y 20
3 C Z 30
4 C K 40
and
TableB
ID Opt1 Type
1 Z 57
2 Z ...