in reply to Re^2: Optimizing a naive clustering algorithm
in thread Optimizing a naive clustering algorithm

BUU:

You'll want to figure out how to compute a good distance metric, as it's definitely not the same one you used any longer. You were using the maximum difference between nodes, and I clustered them by proximity, as described in the paper.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re^3: Optimizing a naive clustering algorithm