fism - How can I restrict the size of the frequent item sets detected?

Réponse

You can use the `nFis_Range` parameter, specifying `lower` and `upper` subparameters to define the minimum (default 1) and maximum (default 1000) number of items in the frequent item sets.
Did this answer help you?