fism - What is the difference between the `out` and `outFreq` parameters?

Réponse

While `out` stores the frequent item sets for rule generation, the `outFreq` parameter specifies an output table that contains the unique frequent items along with their transaction counts and support.
Did this answer help you?