Base

The aeon.base module contains abstract base classes.

Base classes

BaseAeonEstimator()

Base class for defining estimators in aeon.

BaseCollectionEstimator()

Base class for estimators that use collections of time series for fit.

BaseSeriesEstimator(axis)

Base class for estimators that use single (possibly multivariate) time series.

ComposableEstimatorMixin()

Handles parameter management for estimators composed of named estimators.