File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # hclust
1+ # ml- hclust
22
3- [ ![ NPM version] [ npm-image ]] [ npm-url ]
4- [ ![ build status ] [ ci-image ]] [ ci-url ]
5- [ ![ Test coverage] [ codecov-image ]] [ codecov-url ]
6- [ ![ npm download ] [ download-image ]] [ download-url ]
3+ [ ![ NPM version] ( https://img.shields.io/ npm/v/ml-hclust.svg )] ( https://www.npmjs.com/package/ml-hclust )
4+ [ ![ npm download ] ( https://img.shields.io/npm/dm/ml-hclust.svg )] ( https://www.npmjs.com/package/ml-hclust )
5+ [ ![ test coverage] ( https://img.shields.io/ codecov/c/github/mljs/hclust.svg )] ( https:// codecov.io/gh/mljs/hclust )
6+ [ ![ license ] ( https://img.shields.io/npm/l/ml-hclust.svg )] ( https://github.com/mljs/hclust/blob/main/LICENSE )
77
88Hierarchical clustering algorithms in JavaScript.
99
1010## Installation
1111
12- ` npm i ml-hclust `
12+ ``` console
13+ npm install ml-hclust
14+ ```
1315
1416## [ API Documentation] ( https://mljs.github.io/hclust/ )
1517
@@ -48,12 +50,3 @@ npm test
4850## License
4951
5052[ MIT] ( ./LICENSE )
51-
52- [ npm-image ] : https://img.shields.io/npm/v/ml-hclust.svg
53- [ npm-url ] : https://npmjs.org/package/ml-hclust
54- [ codecov-image ] : https://img.shields.io/codecov/c/github/mljs/hclust.svg
55- [ codecov-url ] : https://codecov.io/gh/mljs/hclust
56- [ ci-image ] : https://github.com/mljs/hclust/workflows/Node.js%20CI/badge.svg?branch=main
57- [ ci-url ] : https://github.com/mljs/hclust/actions?query=workflow%3A%22Node.js+CI%22
58- [ download-image ] : https://img.shields.io/npm/dm/ml-hclust.svg
59- [ download-url ] : https://npmjs.org/package/ml-hclust
You can’t perform that action at this time.
0 commit comments