The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
Operator operator = OperatorService.createOperator(NaiveBayes.class);operator.apply(new IOContainer(exampleSet));
... generating each IOObject using your code ... ... building the process ...IOContainer result = process.run(new IOContainer(ioobject1, ioobject2));