Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 802 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 802 Bytes

TimeSeriesVectorization

This toolbox provides some time series vectorization methods which could give better representation for classification / clustering or other analysis.

BoWSp

Bag of words is a common technique in text mining for document representation. Since this method shows good result in computer vision, it is also used to represent time series data. The subsequences from raw series were extracted as local patterns for learning codebook. Consequently, a time series data instance is encoded by the codebook, which describes different local patterns of time series data. With the learned codebook, each original time series data instance could be represented by BoW histogram.

Requires: