Learn R Programming

dtwSat (version 0.1.0)

getMatches: Get matching points from dtwSat object

Description

This function retrieves the matching points for each alignment between the query and the template

Usage

getMatches(object)

Arguments

object
A dtwSat-class object

Value

  • 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

See Also

dtwSat, twdtw

Examples

Run this code
names(query.list)
alig = dtwSat(query.list[["Soybean"]], template)
getMatches(alig)

Run the code above in your browser using DataLab