Description Usage Arguments Value
This is an alternative to using kernlab to construct a kernel function.
1 | PolyKernel(X, scale = 1, offset = 1, degree = 2)
|
X |
a matrix of numeric data |
scale |
a scale parameter. defaults to 1. |
offset |
an offset parameter. defaults to 1. |
degree |
the degree of the polynomial. defaults to 2. |
an n-by-n dimensional matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.