This is a bit of a rehash of the old Balanced clustering algo but now utilizes the r-tree to make it super fast and doesn't bother with merging. The reason for bringing this back is it actually was great if you cared more about coverage than number of hops and it was relatively simple to implement.
This is a bit of a rehash of the old
Balanced
clustering algo but now utilizes the r-tree to make it super fast and doesn't bother with merging. The reason for bringing this back is it actually was great if you cared more about coverage than number of hops and it was relatively simple to implement.