Gathering detailed insights and metrics for ml-distance-euclidean
Gathering detailed insights and metrics for ml-distance-euclidean
Gathering detailed insights and metrics for ml-distance-euclidean
Gathering detailed insights and metrics for ml-distance-euclidean
Compute the euclidean distance between two vectors
npm install ml-distance-euclidean
Typescript
Module System
Node Version
NPM Version
99.7
Supply Chain
71.3
Quality
80.1
Maintenance
100
Vulnerability
100
License
TypeScript (100%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
29,589,724
Last Day
13,293
Last Week
279,974
Last Month
1,170,019
Last Year
17,842,039
MIT License
5 Stars
9 Commits
1 Forks
10 Watchers
1 Branches
8 Contributors
Updated on Oct 19, 2024
Minified
Minified + Gzipped
Latest Version
2.0.0
Package Id
ml-distance-euclidean@2.0.0
Size
2.35 kB
NPM Version
6.2.0
Node Version
11.0.0-v8-canary201808081fbac700e9
Published on
Aug 12, 2018
Cumulative downloads
Total Downloads
Last Day
17.6%
13,293
Compared to previous day
Last Week
0.7%
279,974
Compared to previous week
Last Month
4%
1,170,019
Compared to previous month
Last Year
103%
17,842,039
Compared to previous year
7
Compute the euclidean distance between two vectors
$ npm install ml-distance-euclidean
1const { euclidean, squaredEuclidean } = require('ml-distance-euclidean'); 2 3euclidean([0, 1, 4, 6, 2], [3, 6, 9, 4, 3]); // 8
Returns the Euclidean distance between vectors p and q.
Returns the squared Euclidean distance between vectors p and q.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
64 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-03-03
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More