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
"Extract Certain Algorithm"
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:
0
Answers
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
Dortmund, Germany
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...
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
Dortmund, Germany