Source code for immuneML.analysis.data_manipulation.ReductionMethodfrom enum import Enum [docs] class ReductionMethod(Enum): SUM = 1 AVG = 2