Hi, I'm having trouble understanding some of the code in the FP-Growth algorithm.
What is the purpose of the
minSupportValue = Math.max(minSupportValue,
minSupport.longValue() / 2);
line. When exactly can the minsup value change?
yarco;)
