uhho / density-clustering

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

Make accessible externally #1

Closed alastaircoote closed 10 years ago

alastaircoote commented 10 years ago

Right now the module doesn't actually attach DBSCAN or OPTICS to the module.exports object, making them difficult to access. With this change you can now do:

var DBSCAN = require('density-clustering').DBSCAN
uhho commented 10 years ago

@alastaircoote Thanks a lot!

As you can see, this project is in very early stage, so if you have any idea how we can improve it, feel free to open an issue.