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.
Deep learning¶
|
Abstract base class for deep learning time series clusterers. |
|
Auto-Encoder based Fully Convolutional Network (FCN), as described in [R4f194d8f8b22-1]. |
|
Auto-Encoder with Residual Network backbone for clustering. |
Clustering Algorithms¶
|
Time series K-means clustering implementation. |
|
Time series K-medoids implementation. |
|
Kshape algorithm: wrapper of the |
|
Kshape algorithm: wrapper of the |
|
Kernel K Means [R3e7c374b18c1-1]: wrapper of the |
|
Time series CLARA implementation. |
|
Time series CLARANS implementation. |
Base¶
|
Abstract base class for time series clusterers. |