public class SparseLaplacianKernel extends Object implements MercerKernel<SparseArray>
| Constructor and Description |
|---|
SparseLaplacianKernel(double sigma)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
k(SparseArray x,
SparseArray y)
Kernel function.
|
String |
toString() |
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.