public class SparseLinearKernel extends Object implements MercerKernel<SparseArray>
| Constructor and Description |
|---|
SparseLinearKernel()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
k(SparseArray x,
SparseArray y)
Kernel function.
|
String |
toString() |
public double k(SparseArray x, SparseArray y)
MercerKernelk in interface MercerKernel<SparseArray>Copyright © 2015. All rights reserved.