The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
nothing beyond the rule learner. But if you want to add such a feature, you are welcome
Greetings,
Sebastian
you simply write a class extending com.rapidminer.operator.learner.rules.AbstractCriterion. This must then be added to the arrays of Classes and Names in the RuleLearner operator's class file.
Unfortunately this is not extend-able in the current version, so you so you cannot simply add a new one. But we might add a mechanism for Extensions to register own criteria. I have this already on my list. Then you could simply build an extension, that registers an additional criterion. Currently you will have to exchange one of the old criteria with your one by modifying the array entries.
For getting an tutorial how to write a RapidMiner Extension, please see our web shop.
Greetings,
 Sebastian