# kernel-gaussian **Repository Path**: mirrors_mljs/kernel-gaussian ## Basic Information - **Project Name**: kernel-gaussian - **Description**: The gaussian (radial basis function) kernel - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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. ## 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](./LICENSE) [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