🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"showing output from Rapidminer java app in console"

User: "ml_guy"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "land"
    New Altair Community Member
    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