Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Philmod committed Oct 24, 2012
1 parent 5be5de3 commit db669ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ var vectors = new Array();
for (var i = 0 ; i < data.length ; i++)
vectors[i] = [ data[i]['size'] , data[i]['revenue']];

var kmeans = require('kmeans');
var kmeans = require('node-kmeans');
kmeans.clusterize(vectors, {k: 4}, function(err,res) {
if (err) console.error(err);
else console.log('%o',res);
Expand Down

0 comments on commit db669ed

Please sign in to comment.