Skip to content

Some time series vectorization methods which could give better representation for classification / clustering or other analysis.

Notifications You must be signed in to change notification settings

evan176/TimeSeriesVectorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

Some time series vectorization methods which could give better representation for classification / clustering or other analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages