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
How can i write a new classifier in rapidminer ?
kashif_khan
Member Posts: 19 Contributor II
Hi, I need rocchio classifier in my classification task but did not found it already available in rapid miner. I saw a research paper and i think that writing own implementation of rocchio would not a very hefty task so i decided to write my own implementation for rocchio.
How can i write a new classifier which can work with example set ? Any parent class(to extends) or interfaces(to implement) i need for this purpose ?
How can i write a new classifier which can work with example set ? Any parent class(to extends) or interfaces(to implement) i need for this purpose ?
Tagged:
0
Answers
the RapidMiner documentation page
http://rapidminer.com/documentation/
provides a free whitepaper on How to Extend RapidMiner
http://1xltkxylmzx3z8gd647akcdvov.wpengine.netdna-cdn.com/wp-content/uploads/2013/10/How-to-Extend-RapidMiner-5.pdf
You can create your own RapidMiner extension and make your algorithms native RapidMiner algorithms (operators). RapidMiner is implemented in Java and the RapidMiner source code provides a large number of algorithms as examples of how to implement such operators in RapidMiner.
The RapidMiner Java API and the RapidMiner source code are part of the ZIP file that you can find it here:
http://sourceforge.net/projects/rapidminer/files/1.%20RapidMiner/5.3/
Would you be willing to share your algorithms with the community?
We are always happy to see new RapidMiner extensions.
Best wishes,
Ralf