UNPKG

131 BJavaScriptView Raw
1var eng = require('./node/engine');
2
3module.exports = function(matrix, options, cb) {
4 eng.clusterDataSet(matrix, options, cb);
5}