The gaussian (radial basis function) kernel
npm install ml-kernel-gaussian[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![npm download][download-image]][download-url]
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.
[npm-image]: https://img.shields.io/npm/v/ml-kernel-gaussian.svg?style=flat-square
[npm-url]: https://npmjs.org/package/ml-kernel-gaussian
[travis-image]: https://img.shields.io/travis/mljs/kernel-gaussian/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/mljs/kernel-gaussian
[download-image]: https://img.shields.io/npm/dm/ml-kernel-gaussian.svg?style=flat-square
[download-url]: https://npmjs.org/package/ml-kernel-gaussian