Suffix trees

  • Mailund T
N/ACitations
Citations of this article
21Readers
Mendeley users who have this article in their library.
Get full text

Abstract

—The JOCOR algorithm, which was first introduced by Mueen et at., is the currently exact method for joining two time series to find the most correlated subsequence. Despite the fact that time complexity for JOCOR belongs to O(n 2 lgn), where n is the length of the time series, it becomes inefficient and unfeasible even for medium-size time series. This is because the JOCOR method is based on a brute-force approach. In this work, we propose an approximation approach with high rate of accuracy, called suffixTree-JOCOR that runs much faster than JOCOR. Our method consists of three main steps. Firstly, we applied SAX to converse two input time series into two strings of characters. Secondly, the longest common substring (LCS) of the two strings was efficiently found by using suffix tree. Finally, we mapped the resulting LCS into the original time series and applied the exact JOCOR algorithm to find the most correlated subsequence. The experiments show that our proposed method is faster than JOCOR while high accuracy is guaranteed.

Cite

CITATION STYLE

APA

Mailund, T. (2020). Suffix trees. In String Algorithms in C (pp. 87–138). Apress. https://doi.org/10.1007/978-1-4842-5920-7_3

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free