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