deeptime.baseΒΆ

This module contains all base classes of deeptime. They are the important when developing new estimators.

Model()

The model superclass.

Estimator([model])

Base class of all estimators

Transformer()

Base class of all transformers.

Dataset()

The Dataset superclass.