Package | Description |
---|---|
jsat.distributions.kernels |
Modifier and Type | Class and Description |
---|---|
class |
PukKernel
The PUK kernel is an alternative to the RBF Kernel.
|
class |
RationalQuadraticKernel
Provides an implementation of the Rational Quadratic Kernel, which is of the
form:
k(x, y) = 1 - ||x-y||2 / (||x-y||2 + c) |
class |
RBFKernel
Provides a kernel for the Radial Basis Function, which is of the form
k(x, y) = exp(-||x-y||2/(2*σ2)) |
Copyright © 2017. All rights reserved.