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