Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ml-matrix-peaks-finder

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-matrix-peaks-finder - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

README.md

4

package.json
{
"name": "ml-matrix-peaks-finder",
"version": "0.2.0",
"version": "0.2.1",
"description": "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.",

@@ -40,4 +40,4 @@ "main": "./src/index.js",

"ml-matrix-convolution": "0.2.0",
"ml-stat": "^1.2.0"
"ml-stat": "^1.3.0"
}
}

@@ -5,3 +5,3 @@ 'use strict'

*/
var StatArray = require('ml-stat/array');
var StatArray = require('ml-stat').array;
var convolution = require('ml-matrix-convolution');

@@ -8,0 +8,0 @@ var labeling = require("./ccLabeling");

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc