🎉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

"retrieving macro values after running process with Process.run()"

User: "udatny"
New Altair Community Member
Updated by Jocelyn
Hello,

i dont know how to retrieve macro values (at the end of the process) after running a process from java code.

Process preprocess = RapidMiner.readProcessFile(new File("/somepreprocessarrangement.rmp"));
IOContainer ioc = preprocess.run();

now from here i was not successful.

i tried to get macro values from here:
preprocess.getMacroHandler()

and from the ProcessContext

without success.

some help would be nice.

thanks,

ud

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Fireholder"
    New Altair Community Member
    Hey,
    Could you help me?I have no idea how to use API in my case, I have a .rmp file and I need it to be runned by rapidminer from my java app.I think you have some clue on it.