RapidMiner source integration using plugins

Schalkekid
Schalkekid New Altair Community Member
edited November 2024 in Community Q&A
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
Tagged:

Answers

  • land
    land New Altair Community Member
    Hi Felix,
    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
  • Andreriw
    Andreriw New Altair Community Member
    what about now? is it possible, now?