concepts

Description

Concept base class, concept types, and corresponding sub-classes.

A concept is represented by dataset splits. Different concept types are implemented using sub-classes. Depending on the type, the data sets must fulfill different validation criteria. E.g. a segmentation concept requires segmentation masks as ground truth.

Classes

Concept

Representation of a concept with data and meta information.

ConceptTypes

Types the data of a concept can have.

SegmentationConcept2D

Concept with segmentation data.