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
Print example set of a process
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
Tagged:
0
Answers
see here for one possible way: http://rapid-i.com/rapidforum/index.php/topic,3752.msg14033.html#msg14033
Regards,
Marco