public class GaussianKernel extends Object implements MercerKernel<double[]>
The Gaussian kernel is a good choice for a great deal of applications, although sometimes it is remarked as being overused.
| Constructor and Description |
|---|
GaussianKernel(double sigma)
Constructor.
|
public GaussianKernel(double sigma)
sigma - the smooth/width parameter of Gaussian kernel.public double k(double[] x,
double[] y)
MercerKernelk in interface MercerKernel<double[]>Copyright © 2015. All rights reserved.