Skip to content

ground0state/pytsclust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

pytsclust

The module to perform time series clustering.

Figure_1

Getting Started

Prerequisites

What things you need to install the software and how to install them,

  • NumPy.

Installing

just a module.

how to use

The features is matrix(numpy.array) and its rows are time series datas. We specify N_CLUSTERS as number of clusters.

cls = KMedoids(n_clusters=N_CLUSTERS)
pred = cls.fit_predict(features, randomstate=7)

sample.py is a sample file. To execute sample you need matplotlib.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

The package to perform time series clustering.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages