https://github.com/mljs/matrix-peaks-finder
https://github.com/mljs/matrix-peaks-finder
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mljs/matrix-peaks-finder
- Owner: mljs
- License: mit
- Created: 2016-07-07T12:12:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T21:07:54.000Z (10 months ago)
- Last Synced: 2025-04-01T15:41:47.133Z (9 months ago)
- Language: JavaScript
- Homepage: https://mljs.github.io/matrix-peaks-finder/
- Size: 2.27 MB
- Stars: 1
- Watchers: 9
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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