Hi all,
I 've to extract the coefficients from a linear regressions Model. I want solve this with a little java script, following this topic
http://rapid-i.com/rapidforum/index.php/topic,2427.0.htmlFirst I want to input the model with
IOObject ioobject = operator.getInput(IOObject.class);
However I don't know how to transform the IOObject into a LinearRegressionsModel so that I can use the getCoefficients() command.
Would be nice if someone has an idea
Greetings
Matthias