Rapid Miner’s Operators

User13
User13 New Altair Community Member
edited November 2024 in Community Q&A

Hello, we need your help with some doubts.



1. About the Modeling Operators, specifically on Classification and Regression, are they the only group of operators, or is there more depending on Rapid Miner´s version?

2. Is it possible to program new operators personalizing the modeling algorithms?

3. If the answer to number 2 is "Yes", what is the programming language that we should use?





Thanks.

Oswel
Tagged:

Answers

  • User13
    User13 New Altair Community Member
    Hi,

    let me answer your questions:

    1. I am not sure if I understand this correctly. The general amount of operators in all groups depend on the version of RapidMiner (Studio) you are using right now and the extensions installed. Are you looking for a specific algorithm?
    2. Yes it is. You can add any type of operator you like and add it as extension package. Here is how to build an extension: https://rapidminer.com/wp-content/uploads/2014/10/RapidMiner-extensions.pdf
    3. Java is the best choice and writing your own java code for an extension will typically lead to the best result, although you may find a way to wrap other code or use our R extension for custom code.

    Cheers,
    Helge
  • User13
    User13 New Altair Community Member
    Thanks for your time and help.
    About No.1, we do not have a specific algorithm yet.
    We have clear the scene with your answers.
    Thanks again.