pmcharrison/tst: Timestamped Suffix Trees (TSTs)

Timestamped suffix trees (TSTs) are suffix trees that store timestamps for each state transition in the training sequence(s). Given a sequence of consecutive symbols, the TST can efficiently return the timepoints when this sequence occurred in the training data, the symbols that followed this sequence in the training data, and the timepoints when these continuation symbols were observed.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.2.0
URL https://github.com/pmcharrison/tst
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("pmcharrison/tst")
pmcharrison/tst documentation built on May 24, 2019, 7:36 a.m.