Time series clustering#
The aeon.clustering module contains algorithms for time series clustering.
All clusterers in aeon``can be listed using the ``aeon.registry.all_estimators utility,
using estimator_types="clusterer", optionally filtered by tags.
Valid tags can be listed using aeon.registry.all_tags.
Clustering models#
|
Time series K-means clustering algorithm. |
|
Time series K-medoids implementation. |
|
Kshape algorithm wrapper tslearns implementation. |
|
Kernel algorithm wrapper tslearns implementation. |
Base#
|
Abstract base class for time series clusterer. |
|
Abstact class that implements time series Lloyds algorithm. |