This function returns the value of a Gaussian kernel function.
Usage
Kernel.Gaussian(vec)
Arguments
vec
any length of vector.
Value
vector.
Details
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.