Print example set of a process
RapidQues
New Altair Community Member
I have been able to start a rapid miner process using java code.
But, how can i see the example set on output window of netbeans.
IOContainer ioResult = process.run();
IOObject result = ioResult.getElementAt(5);
System.out.println(result);
this code yields no output.
Thanks
But, how can i see the example set on output window of netbeans.
IOContainer ioResult = process.run();
IOObject result = ioResult.getElementAt(5);
System.out.println(result);
this code yields no output.
Thanks
0
Answers
-
Hi,
see here for one possible way: http://rapid-i.com/rapidforum/index.php/topic,3752.msg14033.html#msg14033
Regards,
Marco0