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
"java code for each operator"
nawafpower
Member Posts: 34 Contributor II
Hi Guys,
If I have a model built in RM, how can I found the java code for each operator in my model? like where is the code for the SVM if was inside X-Validation? or where is the code for DF/ITF found in the process files from document block? Please help.
Moderator. if this is already answered, I'm sorry couldn't find where.
If I have a model built in RM, how can I found the java code for each operator in my model? like where is the code for the SVM if was inside X-Validation? or where is the code for DF/ITF found in the process files from document block? Please help.
Moderator. if this is already answered, I'm sorry couldn't find where.
0
Answers
RapidMiner is written entirely in Java. You can download the java sources from our website at http://rapid-i.com , but it will be pretty hard to dig through the source code if you have no programming experience.
The code used to create e.g. an SVM is the same no matter if the SVM is used inside a X-Validation or elsewhere.
All the best,
Marius
The RapidMiner core contains a file called OperatorsCoreDocumentation.xml which contains the documentation for all operators. Here you can search for the name of the operator and then find its key.
Then open OperatorsCore.xml and search for the key. Then you'll find the class name of the operator next to the key.
For operators from extensions you have to also checkout the extension and then search for the file Operators[NameOfPlugin]Documentation.xml
Best,
Marius
Your help is greatly appreciated, you really shorten the distance for getting into this. Thanks
these operators can be found in the TextProcessing extension. As for why they are left in the OpCoreDoc.xml, I don't really know, probably an oversight when they were moved to the TextProcessing extension. Documentation is nowadays pulled from the wiki anyway
Regards,
Marco
I re install rapid miner and try to download new WVTool but couldn't download, the download link was broken, so I used old download of WVTool and copied the WVTool.jar into lib\plugins and nothing happened. please help
the text processing functionality is a RapidMiner extension (for quite some time now), so you will have to download its sources separately.
Regards,
Marco