Source code for immuneML.environment.LabelTypefrom enum import Enum [docs] class LabelType(Enum): CLASSIFICATION = 1 REGRESSION = 2