Source code for immuneML.analysis.data_manipulation.ReductionMethod

from enum import Enum


[docs] class ReductionMethod(Enum): SUM = 1 AVG = 2