I'm using RapidMiner for extracting association rules from a database table. I ran the process with the GUI and it worked perfectly: it generates 170234 rules.
Running the same process with the same parameters from a Java program written in Eclipse it generates only 11760 rules.
Did someone know why? What should I do to make the process work correctly in my Java program?
Thanks in advance.