I am working to find patterns by pfgrowth with python and package pyfpgrowth. In same examples I found that people wrote: The concept of support is a probability which must be in 0 ~ 1, could anyone tell me the reason?
pyfpgrowth.find_frequent_patterns(transactions=itemSetList,support_threshold=3)