2.0.0 • Published 8 years ago

ml-gaussian-kernel v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

ml-gaussian-kernel

NPM version build status David deps npm download

The gaussian (radial basis function) kernel

Installation

$ npm install ml-gaussian-kernel

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