Comparing version 4.0.1 to 4.1.0
@@ -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) |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38754
61
+ Addedml-random@0.5.0(transitive)
+ Addedml-xsadd@2.0.0(transitive)
- Removedml-random@0.4.1(transitive)
- Removedml-xsadd@1.0.0(transitive)
Updatedml-random@^0.5.0