After creating a new operator and testing it, I need to set some configuration such as the definition of minsupp for frequent itemsets algorithms. Actually, I am defining this parameter inside my java code. I like the minsup parameter be viewed in the parameter list when I select the new operator in the Rapidminer GUI.
Share
The solution is to add instances of PArameterType to a list and returning that list. following is an example:
and Thanks Marius,