Learn R Programming

dtwSat (version 0.1.0)

mtwdtw: Performs multiple Time-Weighted DTW

Description

This function performs the Time-Weighted DTW for a list of queries

Usage

mtwdtw(query, template, ...)

Arguments

query
A zoo object with a query time series
template
A zoo object with a template time series similar to query. The template must have the same number of attributes and be equal to or longer than the query
...
additional arguments passed to twdtw

Value

An object of class dtwSat-class without internals or mapping

See Also

twdtw, dtwSat-class

Examples

Run this code
alig = mtwdtw(query.list, template, weight = "logistic",
       alpha = 0.1, beta = 100)
alig

Run the code above in your browser using DataLab