deeptime.clustering¶
The clustering package contains clustering algorithms that can be used for discretization of time series.
Estimators¶
|
Clusters the data in a way that minimizes the cost function |
|
K-means clustering in a mini-batched fashion. |
|
Clusters data objects in such a way, that cluster centers are at least in distance of dmin to each other according to the given metric. |
|
An n-dimensional box discretization of Euclidean space. |
Models¶
|
A generic clustering model. |
|
The K-means clustering model. |
|
Model produced by |
Functions¶
|
Performs kmeans++ initialization. |
Adding a new metric¶
Registry of available metrics. |
|
Registry of available metrics. |