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.

Estimator base classes#

hybrid.BaseRIST([n_intervals, n_shapelets, ...])

Randomised Interval-Shapelet Transformation (RIST) pipeline base.

interval_based.BaseIntervalForest([...])

A base class for interval extracting forest estimators.