caf.base.segments#

Module defining Segments class and enumeration.

Classes

BaseConfig()

Base class for storing model parameters.

ConfigDict

A TypedDict for configuring Pydantic behaviour.

Exclusion(other_name, exclusions)

Class to define exclusions between segments.

Path(*args, **kwargs)

PurePath subclass that can make system calls.

SegConverter(value)

Enum class for converting segment combos.

Segment(*, name, values[, alias, ...])

Class containing info on a Segment, which combined with other Segments form a segmentation.

SegmentsSuper(value)

Getter for predefined segments.