ml-matrix-peaks-finder

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.

Usage no npm install needed!

<script type="module">
  import mlMatrixPeaksFinder from 'https://cdn.skypack.dev/ml-matrix-peaks-finder';
</script>

README

matrix-peaks-finder

NPM version build status Test coverage npm download

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