Skip to content

MikeAmy/timeseg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timeseg

Algorithm and code for segmenting sequential numerical data, or time series data, based on its characteristics.

Configuration

  1. Input experimental settings

    Create a settings file as below and input appropriate values.

     $ cp settings.m.sample settings.m
    
  2. Format input data files

    Input data files should be formatted as below:

    datetime row_id_1 row_id_2 given_partition data_value
    2009-11-15 04:08:01A1a0.613631
    2009-11-15 04:08:02A1a0.613632
    2009-11-15 04:08:03A1a0.613630
    ...............

Run

In Matlab Command Window:

>> exe

License

Apache License v2.0

Author

Eunjeong (Lucy) Park

Acknowledgements

Bruno Luong, Free-knot spline approximation, Matlab Central, 2009.

About

Algorithm and code for segmenting sequential numerical data based on its characteristics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 84.5%
  • C 15.5%