groupByInfo - What does the 'minFrequency' parameter do?

Réponse

The 'minFrequency' parameter specifies that the output table contains records with _Frequency_ greater than or equal to this number. Its alias is 'minFreq'. The default is 0, and the minimum value is 1.
Did this answer help you?