Print example set of a process

RapidQues
RapidQues New Altair Community Member
edited November 5 in Community Q&A
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 :)

Answers