The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Source code

shaikashfak43_ashaikashfak43_a Member Posts: 1 Learner II
edited November 2018 in Help

I am new to Rapiminer. I am using Rapidminer for my college project. I am doing coding in java for my application. So is there any class files or libraries availables for rapidminer that i can use diectly, as we do in java? or suggest me a way how can i do coding in java with using rapidminer. I am trying to make an application on dataminig and if i can use rapiminer in it it will reduce my lot of work. 

Tagged:

Answers

  • SGolbertSGolbert RapidMiner Certified Analyst, Member Posts: 344 Unicorn

    I think that the developer guide can give you a good idea about RapidMiner Java Objects:

     

    https://docs.rapidminer.com/downloads/RapidMiner-extensions.pdf

     

    As far as I know, it is much easier to include Java code inside RapidMiner processes (via the Execute Script operator) than the other way around. You will have full access to the Java objects that way, so you don't lose anything. And RapidMiner Studio has been specifically designed to develop data mining processes, it will make your task much easier!

  • sgenzersgenzer Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM Moderator Posts: 2,959 Community Manager

    hello @shaikashfak43_a - also the source code for the RapidMiner core is open-source and can be found easily on GitHub: https://github.com/rapidminer/rapidminer-studio

     

    Scott

Sign In or Register to comment.