| Package | Description |
|---|---|
| smile.math.kernel |
Mercer kernels.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinarySparseGaussianKernel
The Gaussian Mercer Kernel.
|
class |
BinarySparseHyperbolicTangentKernel
The hyperbolic tangent kernel.
|
class |
BinarySparseLaplacianKernel
The Laplacian Kernel.
|
class |
BinarySparseLinearKernel
The linear dot product kernel on sparse binary arrays in int[],
which are the indices of nonzero elements.
|
class |
BinarySparsePolynomialKernel
The polynomial kernel.
|
class |
BinarySparseThinPlateSplineKernel
The Thin Plate Spline Kernel.
|
class |
GaussianKernel
The Gaussian Mercer Kernel.
|
class |
HellingerKernel
The Hellinger Mercer Kernel.
|
class |
HyperbolicTangentKernel
The hyperbolic tangent kernel.
|
class |
LaplacianKernel
The Laplacian Kernel.
|
class |
LinearKernel
The linear dot product kernel.
|
class |
PearsonKernel
The Pearson Mercer Kernel.
|
class |
PolynomialKernel
The polynomial kernel.
|
class |
SparseGaussianKernel
The Gaussian Mercer Kernel.
|
class |
SparseHyperbolicTangentKernel
The hyperbolic tangent kernel.
|
class |
SparseLaplacianKernel
The Laplacian Kernel.
|
class |
SparseLinearKernel
The linear dot product kernel on sparse arrays.
|
class |
SparsePolynomialKernel
The polynomial kernel.
|
class |
SparseThinPlateSplineKernel
The Thin Plate Spline Kernel.
|
class |
ThinPlateSplineKernel
The Thin Plate Spline Kernel.
|
Copyright © 2015. All rights reserved.