dtwBacktracking
dtwBacktracking(
steps,options?):number[][]
Defined in: packages/pleco-xa/src/sequence/dtw.js:382
Backtrack a warping path from a recorded step matrix.
Parameters
Section titled “Parameters”number[][] | Int32Array<ArrayBufferLike>[]
step matrix from dtw
(returnSteps: true).
options?
Section titled “options?”start?
Section titled “start?”number
start column (subseq only).
stepSizesSigma?
Section titled “stepSizesSigma?”number[][]
the SAME
custom steps passed to dtw (they are appended to the defaults here
too, so index bookkeeping matches the forward pass).
subseq?
Section titled “subseq?”boolean
Returns
Section titled “Returns”number[][]
warping path, end-to-start.