Agglomerative Clustering of Growing Squares

06/30/2017
by   Thom Castermans, et al.
0

We study an agglomerative clustering problem motivated by interactive glyphs in geo-visualization. Consider a set of disjoint square glyphs on an interactive map. When the user zooms out, the glyphs grow in size relative to the map, possibly with different speeds. When two glyphs intersect, we wish to replace them by a new glyph that captures the information of the intersecting glyphs. We present a fully dynamic kinetic data structure that maintains a set of n disjoint growing squares. Our data structure uses O(n ( n n)^2) space, supports queries in worst case O(^3 n) time, and updates in O(^7 n) amortized time. This leads to an O(nα(n)^7 n) time algorithm to solve the agglomerative clustering problem. This is a significant improvement over the current best O(n^2) time algorithms.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset