Source code of operators

amidofuamidofu Member Posts: 2 Contributor I
edited November 2018 in Help
Hi

Can I get the source code of the standard operators? Because I want to modify some operator to meet my needs.
Thank you.

Best,

James
Tagged:

Answers

  • colocolo Member Posts: 236 Maven
    Hi James,

    since RapidMiner is open source software the answer to your question should be clear. If you downloaded and installed the software already, have a look at the src/com/rapidminer folder, where the sources are located. This is at least true for the zip version, never tried the windows installers. You can download the latest version from the sourceforge project at http://sourceforge.net/projects/rapidminer/files/1.%20RapidMiner/5.1/

    Finding the correct java classes should be easier if you take a look at resources/com/rapidminer/resources/OperatorsCore.xml (where internal key and class name are connected) and resources/com/rapidminer/resources/i18n/OperatorsCoreDocumentation.xml (assigns internal key to operator name visible in the GUI).

    If you need further information you might perhaps take the purchase of the development whitepaper (shop item) into consideration, it really helped a lot with the first steps in extending RapidMiner.

    Regards
    Matthias
  • 007agent47v_1vi007agent47v_1vi Member Posts: 1 Contributor I

    The link provided, that directs to the sourceforge site says the file is not available!rm1.PNG

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,503 RM Data Scientist

    Hi @007agent47v_1vi

     

    this is because this is a 7 year old thread :). The source code is now on github: https://github.com/rapidminer/rapidminer-studio

     

    Best,

    Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.