Skip to content

WSpie/Time_series_clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time_series_clustering

Our main approaches for Time Series Clustering is KMeans, DWT, etc.

To run the program, type

python main.py --model kmeans --db 2 --retrain True

The default model is kmeans and the default dataset is index 1, and retrain is to train the data ignore the existence of cache.

We use Silhoutte Score to evaluate the results of clustering, and it ranges from -1 to 1, with higher values indicating better clusters.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published