RapidMiner source integration using plugins


Hello,
I implemented new classes needed for my plugin, which have to be embedded into the RM-kernel (for example a new Attribute-Type-class).
I am wondering if this (embedding) can be done by the plugin during the initialization process.
Best,
Felix
I implemented new classes needed for my plugin, which have to be embedded into the RM-kernel (for example a new Attribute-Type-class).
I am wondering if this (embedding) can be done by the plugin during the initialization process.
Best,
Felix
0
Answers
this is currently not possible, but one could think about extending the plugin initialization in this way. But since I have no clue, how complicated this will be with the different class loaders, I cannot estimate how long this will take...
Greetings,
Sebastian