PolynomialKernel class constructor.
poly = PolynomialKernel()
poly = PolynomialKernel(polyObj)
| polyObj | - | PolynomialKernel object |
poly = PolynomialKernel(optList)
| optList | - | list of NAME,VALUE option pairs |
optList:
| 'Coefficient' | - | the multiplicative constant, |
| 'Constant' | - | the additive constant, |
| 'Exponent' | - | the expontial constant, |