public class SparseThinPlateSplineKernel extends Object implements MercerKernel<SparseArray>
| Constructor and Description |
|---|
SparseThinPlateSplineKernel(double sigma)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
k(SparseArray x,
SparseArray y)
Kernel function.
|
String |
toString() |
public SparseThinPlateSplineKernel(double sigma)
sigma - the smooth/width parameter of Thin Plate Spline kernel.public double k(SparseArray x, SparseArray y)
MercerKernelk in interface MercerKernel<SparseArray>Copyright © 2015. All rights reserved.