ml-kernel-gaussian

2.0.2 • Public • Published

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

Package Sidebar

Install

npm i ml-kernel-gaussian

Weekly Downloads

15,554

Version

2.0.2

License

MIT

Unpacked Size

4.02 kB

Total Files

5

Last publish

Collaborators

  • mljs-bot
  • stropitek
  • targos
  • lpatiny
  • maasencioh
  • jeffersonh44
  • andcastillo
  • ml-bot