The module to perform time series clustering.
What things you need to install the software and how to install them,
- NumPy.
just a module.
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
.
This project is licensed under the MIT License - see the LICENSE file for details.