Options

"showing output from Rapidminer java app in console"

ml_guyml_guy Member Posts: 11 Contributor II
edited May 2019 in Help
Hi everyone,
I have used RM api in my netbeans project to classify text. Since I will be calling this project from a .Net application, I need my output of learner algorithm (especially the output label) to be returned as an argument, OR at least I want to be able to see it in command line.
Currently I call modelApplier output before and after running the process.run() command but to no avail.
Your intime help would be very much appreciated.

Thanks
Iku
Tagged:

Answers

  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    actually it would make your life a LOT easier, if you would just use RapidAnalytics for deploying your process as WebService. You can then simply call this webservice from .Net. Not bridges needed, no JNI or something similar that will render your software unstable (see RExtension Posts...)

    Let me note that you will have to publish your .net program in every setting under the AGPL3 license. Sorry for that if you don't have noticed yet.

    Greetings,
      Sebastian
Sign In or Register to comment.