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.