The gaussian (radial basis function) kernel.
$ npm i ml-kernel-gaussian
Options:
sigma
- value for the sigma parameter (default: 1).
Returns the dot product between x
and y
in feature space.
The gaussian (radial basis function) kernel.
$ npm i ml-kernel-gaussian
Options:
sigma
- value for the sigma parameter (default: 1).Returns the dot product between x
and y
in feature space.