Skip to content

mljs/kernel-gaussian

Repository files navigation

ml-kernel-gaussian

NPM version build status npm download

The gaussian (radial basis function) kernel.

Installation

$ npm i ml-kernel-gaussian

Usage

new GaussianKernel(options)

Options:

  • sigma - value for the sigma parameter (default: 1).

kernel.compute(x, y)

Returns the dot product between x and y in feature space.

License

MIT

About

The gaussian (radial basis function) kernel

Resources

License

Stars

Watchers

Forks

Packages

No packages published