https://github.com/cran/dtw
Revision 07f4472642283665752cb0b4a03836d0698fe255 authored by Toni Giorgino on 17 June 2008, 00:00:00 UTC, committed by Gabor Csardi on 17 June 2008, 00:00:00 UTC
1 parent 3bfd135
Raw File
Tip revision: 07f4472642283665752cb0b4a03836d0698fe255 authored by Toni Giorgino on 17 June 2008, 00:00:00 UTC
version 1.12-5
Tip revision: 07f4472
TODO



=== Old style (3-col) step patterns: last in revision 17 ==


IMPLEMENTATION
* plot OK
* windowing  OK
* allow ts objects OK
* test OK
* move plot elsewhere OK
* dtw OO OK
* two-way plot OK
* fix 2w lenghts OK
* include/use ts data in dtw object for plots when keep OK
* add normalized distance OK
- 2w: interesting
- legends in plots
- preserve TS names 
- Itakura
-- rabiner-myers as constructor
* add normalization as constructor OK


DOCUMENTATION
* references OK
* citation OK
* demo OK

STUDY
* binary OK
* skip computation of distance for elements outside-window OK
- its


EXAMPLES
* density plot OK
* put example of passing a distance matrix OK
- Rabiner's worked out exercises


TEST CASE for Itakura
1  0  1  1
1  1 10 10
1  1 10 10

Type IV: 3 ?
Itakura: 13 ?
back to top