Base#

The aeon.base module contains abstract base classes.

Base classes for defining estimators and other objects in aeon.

Base classes#

BaseObject()

Base class for parametric objects with tags aeon.

BaseEstimator()

Base class for defining estimators in aeon.

BaseCollectionEstimator()

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

BaseSeriesEstimator([axis])

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