Package | Description |
---|---|
jsat.distributions.kernels |
Modifier and Type | Class and Description |
---|---|
class |
LinearKernel
Provides a linear kernel function, which computes the normal dot product.
|
class |
PolynomialKernel
Provides a Polynomial Kernel of the form
k(x,y) = (alpha * x.y + c)^d |
class |
SigmoidKernel
Provides an implementation of the Sigmoid (Hyperbolic Tangent) Kernel, which
is of the form:
k(x, y) = tanh(alpha * < x, y > +c) Technically, this kernel is not positive definite. |
Copyright © 2017. All rights reserved.