An open API service indexing awesome lists of open source software.

https://github.com/mljs/matrix-peaks-finder


https://github.com/mljs/matrix-peaks-finder

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# matrix-peaks-finder

[![NPM version][npm-image]][npm-url]
[![build status][ci-image]][ci-url]
[![Test coverage][codecov-image]][codecov-url]
[![npm download][download-image]][download-url]

The peak picking routines for 2D arrays. This library looks for the local maxima of the given input matrix. The input matrix has to be specified as a single vector.

## Installation

`npm i ml-matrix-peaks-finder`

## License

[MIT](./LICENSE)

[npm-image]: https://img.shields.io/npm/v/ml-matrix-peaks-finder.svg
[npm-url]: https://npmjs.org/package/ml-matrix-peaks-finder
[codecov-image]: https://img.shields.io/codecov/c/github/mljs/matrix-peaks-finder.svg
[codecov-url]: https://codecov.io/gh/mljs/matrix-peaks-finder
[ci-image]: https://github.com/mljs/matrix-peaks-finder/workflows/Node.js%20CI/badge.svg?branch=master
[ci-url]: https://github.com/mljs/matrix-peaks-finder/actions?query=workflow%3A%22Node.js+CI%22
[download-image]: https://img.shields.io/npm/dm/ml-matrix-peaks-finder.svg
[download-url]: https://npmjs.org/package/ml-matrix-peaks-finder