uhho / density-clustering

Density Based Clustering in JavaScript
MIT License
214 stars 33 forks source link

Add info how to use it. #5

Closed vorg closed 9 years ago

vorg commented 9 years ago

E.g.

var DBSCAN = require('density-clustering').DBSCAN;

Seems obvious but different libraries have different conventions.

vorg commented 9 years ago

Just noticed that there are full examples on github but not on the npm page https://www.npmjs.com/package/density-clustering

A new push is needed?

uhho commented 9 years ago

@vorg Thank you for reporting this issue! I've just published a new version (1.0.3) on NPM.

If you have some ideas on different way of initialising objects/using this library, feel free to send PR.