Description Usage Arguments Value Examples
This is some descriptio of this function.
1 | kernel_poly(x, y)
|
x |
is a vector in feature space |
y |
is a vector |
kernel inner product
1 | x=c(1,2);y=c(1,2);print(kernel_poly(x,y))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.