When using the frequent itemsets APIs, I'm running into stackOverflow exception whenever there are too many combinations to deal with and/or too many transactions and/or too many items.
Does anyone know how many transactions/items these APIs can deal with? Thank you ,