Description Usage Arguments Details Value Author(s) See Also Examples
This function returns the value of a Gaussian kernel function.
1 | Kernel.Gaussian(vec)
|
vec |
any length of vector. |
This function returns the value of a Gaussian kernel function. The value of kernel represents the similarity from origin. The function returns a vector whose length is same as vec
.
vector.
Jongmin Lee
Kernel.indicator
, Kernel.quartic
.
1 | Kernel.Gaussian(c(0, 1/2, 1, 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.