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

RapidQuesRapidQues Member Posts: 8 Contributor II
edited November 2018 in Help
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 :)
Tagged:

Answers

Sign In or Register to comment.