Sequential modeling#
librosa.sequence provides functions for sequential processing, such as dynamic time warping (DTW), recurrence quantification analysis (RQA), and various forms of Viterbi decoding.
Helper utilities are also provided for constructing transition matrices or post-processing alignment paths.
Dynamic time warping (DTW). |
|
Recurrence quantification analysis (RQA) |
|
Convert a DTW warping path to an array of fractional steps. |
|
Viterbi decoding from observation likelihoods. |
|
Viterbi decoding from discriminative state predictions. |
|
Viterbi decoding from binary (multi-label), discriminative state predictions. |
|
Construct a uniform transition matrix over |
|
Construct a self-loop transition matrix over |
|
Construct a cyclic transition matrix over |
|
Construct a localized transition matrix. |