There isn't a formula. The minimum threshold is there for two reasons. One, to filter out data that is inconsequential, and two, to prevent the algorithm from running out of memory.
If you only want to find strong correlations, you can set it high. If you want a wide range of unknown correlations, set it low. It's best to experiment with the results and performance you get from the algorithm to see which settings work best for your particular situation.
Setting a Minimum support threshold for association rule mining
Kolf
Nick Darnell
There isn't a formula. The minimum threshold is there for two reasons. One, to filter out data that is inconsequential, and two, to prevent the algorithm from running out of memory.
If you only want to find strong correlations, you can set it high. If you want a wide range of unknown correlations, set it low. It's best to experiment with the results and performance you get from the algorithm to see which settings work best for your particular situation.
MaartenClaes