%0 Journal Article %J Knowledge and Data Engineering, IEEE Transactions on %D 2012 %T A Temporal Pattern Search Algorithm for Personal History Event Visualization %A Wang,T. D %A Deshpande, Amol %A Shneiderman, Ben %K automaton-based approach %K binary search %K bit-parallel approach %K data visualisation %K electronic health records %K event array %K finite automata %K interactive visualization program %K Lifelines2 visualization tool %K medical information systems %K NFA approach %K nondeterministic finite automaton %K O(m2n lg(n)) problem %K pattern matching %K personal history event visualization %K Shift-And approach %K temporal pattern search algorithm %K time stamp %X We present Temporal Pattern Search (TPS), a novel algorithm for searching for temporal patterns of events in historical personal histories. The traditional method of searching for such patterns uses an automaton-based approach over a single array of events, sorted by time stamps. Instead, TPS operates on a set of arrays, where each array contains all events of the same type, sorted by time stamps. TPS searches for a particular item in the pattern using a binary search over the appropriate arrays. Although binary search is considerably more expensive per item, it allows TPS to skip many unnecessary events in personal histories. We show that TPS's running time is bounded by O(m2n lg(n)), where m is the length of (number of events) a search pattern, and n is the number of events in a record (history). Although the asymptotic running time of TPS is inferior to that of a nondeterministic finite automaton (NFA) approach (O(mn)), TPS performs better than NFA under our experimental conditions. We also show TPS is very competitive with Shift-And, a bit-parallel approach, with real data. Since the experimental conditions we describe here subsume the conditions under which analysts would typically use TPS (i.e., within an interactive visualization program), we argue that TPS is an appropriate design choice for us. %B Knowledge and Data Engineering, IEEE Transactions on %V 24 %P 799 - 812 %8 2012/05// %@ 1041-4347 %G eng %N 5 %R 10.1109/TKDE.2010.257