Home

Awesome

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:

kernel.compute(x, y)

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

License

MIT