MassDecompositionAlgorithm#
- class pyopenms.MassDecompositionAlgorithm#
Bases:
object
Cython implementation of _MassDecompositionAlgorithm
- Original C++ documentation is available here
– Inherits from [‘DefaultParamHandler’]
- __init__(self) None #
Methods
__init__
(self)getDecompositions
(self, decomps, weight)Returns the possible decompositions given the weight
getDefaults
(self)Returns the default parameters
getName
(self)Returns the name
getParameters
(self)Returns the parameters
getSubsections
(self)setName
(self, in_0)Sets the name
setParameters
(self, param)Sets the parameters
- getDecompositions(self, decomps: List[MassDecomposition], weight: float) None #
Returns the possible decompositions given the weight
- getSubsections(self) List[bytes] #