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
"retrieving macro values after running process with Process.run()"
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
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
0
Answers
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.