View source: R/Similarity_indices.R
LCSS.Measure | R Documentation |
Computes the 'Longest Common Sub sequence distance' between a pair of numeric time series, and return difference between the length of s1 and the LCSS distance.
LCSS.Measure(s1, s2, e = 0.01)
s1 |
a numeric vector containing the first time series. |
s2 |
a numeric vector containing the second time series. |
e |
a positive threshold value that defines the distance. |
a positive real number between 0 and 1. Where 0 is the maximum similarity and 1 the maximum dissimilarity.
for more details read the ”TSdist' package documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.