Skip to content

[source]

RBF#

Non linear radial basis function (RBF) computes the distance from a centroid or origin.

Parameters#

# Name Default Type Description
1 gamma null float The kernel coefficient.

Example#

use Rubix\ML\Kernels\SVM\RBF;

$kernel = new RBF(null);

Last update: 2021-01-23