Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"Extract Certain Algorithm"

IwanIwan Member Posts: 9 Contributor II
edited June 2019 in Help

Hi,

Is it possible to extract certain algorithm that i used into certain programming language.

For an example, i use SVM algorithm operator to example DataSet Golf. I need to know the  SVM CODE that i use, perhaps in Java or other programming languange.

 

Thanks.

Tagged:

Answers

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

    Dear Iwan,

     

    as you propably know RapidMiner embraces an open source mindset. The RapidMiner Studio code is available online at https://github.com/rapidminer/rapidminer-studio . You can also find the SVM code in there. RM is java, so that won't be an issue. Please be aware of licensing. We publish Studio as AGPL.

     

    Maybe you have a look at the LibSVM operator in RM. LibSVM is a very popular libary and propably easy to embedd.

     

    Best,

    Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • IwanIwan Member Posts: 9 Contributor II

    Dear mschmitz, thanks for the reply

     

    i'm using weka extension, J48 algorithm, i need the code, to explore more about then algorithm. Is it possible for me to see the code?

    About  https://github.com/rapidminer/rapidminer-studio , could you tell me the specific folder. coz i've seen a lot of subfolder there...

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

    Hi Iwan,

     

    yep there are a lot of folders. I would propose to clone it and search with an IDE in it.

     

    The weka extension is - as far as I know - not open sourced. Any reasons not to use our Decision Tree? https://github.com/rapidminer/rapidminer-studio/blob/master/src/main/java/com/rapidminer/operator/learner/tree/DecisionTreeLearner.java

     

    ~Martin

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