public class BinarySparseLaplacianKernel extends Object implements MercerKernel<int[]>
| Constructor and Description |
|---|
BinarySparseLaplacianKernel(double sigma)
Constructor.
|
public BinarySparseLaplacianKernel(double sigma)
sigma - the smooth/width parameter of Laplacian kernel.public double k(int[] x,
int[] y)
MercerKernelk in interface MercerKernel<int[]>Copyright © 2015. All rights reserved.