A program to recognize and reward our most engaged community members
@Overridepublic ExampleSet apply(ExampleSet exampleSet) throws OperatorException { return exampleSet;}
@Overridepublic ExampleSet apply(ExampleSet exampleSet) throws OperatorException { // insert your code here return exampleSet;}
Marco Boeck wrote:Hi,the whitepaper How to Extend RapidMiner covers your questions pretty well.Otherwise you might want to try and search this development forum and piece some code fragments that have been posted here together, that might help you as well.4) Add RM as a project in Eclipse, add RM as a library project to your extension project, launch RM in debug mode and play around with your operator. You can then add breakpoints in your code and see what happens yourself.Regards, Marco