clustering icon indicating copy to clipboard operation
clustering copied to clipboard

Update http://harthur.github.io/clusterfck/

Open basickarl opened this issue 10 years ago • 0 comments

Update http://harthur.github.io/clusterfck/. It's stating to use:

var clusters = clusterfck.hcluster(colors, clusterfck.EUCLIDEAN_DISTANCE, clusterfck.AVERAGE_LINKAGE, threshold);

Instead of:

var tree = clusterfck.hcluster(colors, "euclidean", "single");

Or even better, remove http://harthur.github.io/clusterfck/

basickarl avatar Apr 06 '15 17:04 basickarl