UNPKG

node-kmeans

Version:

Node.js asynchronous implementation of the clustering algorithm k-means

16 lines (15 loc) 308 B
{ "env": { "mocha": true }, "rules": { "no-param-reassign": [2, { "props": false }], "no-underscore-dangle": 0, "arrow-body-style": 0, "no-plusplus": "off", "class-methods-use-this": "off", }, "extends": "airbnb-base" }