The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
Extract Algorithm to Java Code
Hi,
I used a Naive Bayes Algorithm to calculate some data. Because it obviously worked pretty well according to my X-Validation, I would like to extract the algorithm as a Java Code to use it in my Program. How is this possible?
Thank you very much!
Cheers
Felix
I used a Naive Bayes Algorithm to calculate some data. Because it obviously worked pretty well according to my X-Validation, I would like to extract the algorithm as a Java Code to use it in my Program. How is this possible?
Thank you very much!
Cheers
Felix
Tagged:
0
Answers
you can embed the java classes. Please be aware that you either need an OEM licence for that or be convenient to use AGPL licence.
~Martin
Dortmund, Germany
You could take the distribution table from the model output and implement that in Java.