How to Import RapidMiner JARs in Eclipse?

ejljustimbasteejljustimbaste Member Posts: 1 Contributor I
edited November 2018 in Help

Hi,

I want to create a RapidMiner classifier on java that classifies a user based on his/her touch input. I have searched for days now, I have RapidMiner Studio and have downloaded the rapidMiner-studio from github - but I don't know which one should I include on my library/build path. Do I just include all of them? Any help would be greatly appreciated.

Best Answer

  • mmichelmmichel Employee, Member Posts: 129 RM Engineering
    Solution Accepted

    Hey,

     

    first of all please use for this kind of questions the Developer board.

     

    So you want to include the open core of RapidMiner Studio in your applications? The easiest way to do so is to use a proper build tool like gradle or maven. The necessary steps are documented on github.

    If you don't want to use any build tool, you'll need to find the required dependencies and add all libraries manually, which I would not recommend. The depency overview for version 7.3 can be found in the public maven repository.

     

    Cheers,

    Marcel

Sign In or Register to comment.