AWLCO: All-Window Length Co-Occurrence
Abstract
Analyzing patterns in a sequence of events has applications in text analysis, computer programming, and genomics research. In this paper, we consider the all-window-length analysis model which analyzes a sequence of events with respect to windows of all lengths. We study the exact co-occurrence counting problem for the all-window-length analysis model. Our first algorithm is an offline algorithm that counts all-window-length co-occurrences by performing multiple passes over a sequence and computing single-window-length co-occurrences. This algorithm has the time complexity for each window length and thus a total complexity of and the space complexity for a sequence of size n and an itemset of size . We propose AWLCO, an online algorithm that computes all-window-length co-occurrences in a single pass with the expected time complexity of and space complexity of . Following this, we generalize our use case to patterns in which we propose an algorithm that computes all-window-length co-occurrence with expected time complexity and space complexity , where is the length of the largest pattern.
Keywords
Cite
@article{arxiv.2011.14460,
title = {AWLCO: All-Window Length Co-Occurrence},
author = {Joshua Sobel and Noah Bertram and Chen Ding and Fatemeh Nargesian and Daniel Gildea},
journal= {arXiv preprint arXiv:2011.14460},
year = {2020}
}