Home

Awesome

ml-kernel-polynomial

NPM version build status npm download

The polynomial kernel.

Installation

$ npm i ml-kernel-polynomial.

Usage

new PolynomialKernel(options)

Options:

kernel.compute(x, y)

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

License

MIT