Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
RapidMiner source integration using plugins
Schalkekid
Member Posts: 17 Maven
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