Polynomial Regression


Synopsis

Polynomial regression.


Description

This regression learning operator fits a polynomial of all attributes to the given data set. If the data set contains a label Y and three attributes X1, X2, and X3 a function of the form Y = w0 + w1 * X1 ^ d1 + w2 * X2 ^ d2 + w3 * X3 ^ d3 will be fitted to the training data.


Input


Output


Parameters


ExampleProcess