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
Answers
@ameer2014 you probably want to use RapidMiner Server for this and/or expose a REST API via RM Server.
Actually I am building a java application in which I will use NaiveBayes Classifier. Now the problem is, I want to make an exampleset programatically and then set it as a parameter of Apply Model using .rpm process. In that .setParameter() i want to use exampleset as a parameter. Now the problem is, in this method we have to provide a string as the first arguement of this method. I want to know that string. Can you please help me?