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