Indexes_size_missing_multi {DTWUMI} | R Documentation |
Indexing gaps size
Description
Stores the position of the begining of each gap and their respective size within a multivariate signal.
Usage
Indexes_size_missing_multi(data)
Arguments
data |
multivariate signal |
Value
returns a list with one element per signal. Within each element of this list, the first column gives the position of the begining of each gap and the second column its size.
Author(s)
DEZECACHE Camille, PHAN Thi Thu Hong, POISSON-CAILLAULT Emilie
Examples
data(dataDTWUMI)
id_NA <- Indexes_size_missing_multi(dataDTWUMI$incomplete_signal)
[Package DTWUMI version 1.0 Index]