how to decide the param of FPgrowth or Apriori
Date: July 18, 2014 09:25PM
use a FPgrowth or Apriori,if i set the param min support and min confidence very low, i can get many rules,if i set them high,i get fewer.
so i decide to make the programe adaptive,i run the programe repeatly,when the count of the rules is between 25 and 30,i considers the param is fit.
There is a question,i can test min support from 0.2 to 0.6,
but when the min support is 0.3 ,what is the min confidence?and when min support is 0.4 what is the min confidence?so on..
i want to find the best param,but not by guess.