http://qs321.pair.com?node_id=1082426


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

Wow, that's pretty impressive. I'm going to have to study it for a while.
  • Comment on Re^2: Optimizing a naive clustering algorithm

Replies are listed 'Best First'.
Re^3: Optimizing a naive clustering algorithm
by roboticus (Chancellor) on Apr 16, 2014 at 11:52 UTC

    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.