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

ml-kmeans

Package Overview
Dependencies
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-kmeans - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

5

History.md

@@ -0,1 +1,6 @@

<a name="4.1.0"></a>
# [4.1.0](https://github.com/mljs/kmeans/compare/v4.0.1...v4.1.0) (2018-08-11)
<a name="4.0.1"></a>

@@ -2,0 +7,0 @@ ## [4.0.1](https://github.com/mljs/kmeans/compare/v4.0.0...v4.0.1) (2018-05-24)

14

package.json
{
"name": "ml-kmeans",
"version": "4.0.1",
"version": "4.1.0",
"description": "K-Means clustering",

@@ -43,9 +43,9 @@ "main": "kmeans.js",

"eslint": "^4.19.1",
"eslint-config-cheminfo": "^1.17.4",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jest": "^21.15.1",
"eslint-config-cheminfo": "^1.18.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.21.0",
"esm": "^3.0.36",
"jest": "^22.4.3",
"jest": "^23.5.0",
"ml-dataset-iris": "^1.0.0",
"rollup": "^0.59.1"
"rollup": "^0.64.1"
},

@@ -56,4 +56,4 @@ "dependencies": {

"ml-nearest-vector": "^1.0.0",
"ml-random": "^0.4.1"
"ml-random": "^0.5.0"
}
}

@@ -43,2 +43,7 @@ # ml-kmeans

## Sources
D. Arthur, S. Vassilvitskii, k-means++: The Advantages of Careful Seeding, in: Proc. of the 18th Annual
ACM-SIAM Symposium on Discrete Algorithms, 2007, pp. 1027–1035.
[Link to article](http://ilpubs.stanford.edu:8090/778/1/2006-13.pdf)
## License

@@ -45,0 +50,0 @@

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