Options

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.