AggregationMethod

class pyopenms.AggregationMethod

Bases: object

Aggregation method

__init__()

Methods

__init__()

getMapping

Attributes

BEST

PROD

SUM

BEST = 2
PROD = 0
SUM = 1
getMapping()