dtwSat-class: dtwSat-class
Description
Class for Multidimensional Time-Weighted DTW alignments
Slots
call:- An object of class
call, see
match.call. alignments:- A named
list whose elements
have length identical to the number of alignments.
The elements are:
query: a query identification,
from: starting dates,
to: ending dates,
distance: TWDTW distances, and
normalizedDistance: normalized DTW distances.
mapping:- An object of class
list whose
elements have the matching points for each alignment between
the query and the template time series.
Each element has two vectors:
index1: matching points of the query, and
index2: matching points of the template.
internals:- An object of class
list whose
elements have the internal structures used by twdtw.
The elements are:
timeWeight: the time weight matrix,
localMatrix: the time local cost matrix,
costMatrix: the cumulative cost matrix,
stepPattern: the stepPattern used for the
computation, see package dtw,
N: query length
M: reference length
query: the query time series, and
template: the reference time series.