base#

Base classes for online continual learning algorithms.

All OCL learners inherit from capymoa.base.Classifier this module contains additional base classes for OCL learners that are aware of the task boundaries and/or the task identities during training and evaluation.

Classes#

TestTaskAware

Interface for learners that are aware of the task during evaluation.

TrainTaskAware

Interface for learners that are aware of the transition between tasks.