Options

"Extract Certain Algorithm"

IwanIwan Member Posts: 9 Contributor I
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

  • Options
    MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,510 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
  • Options
    IwanIwan Member Posts: 9 Contributor I

    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...

  • Options
    MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,510 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.