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

getDefaults(self) Param#

Returns the default parameters

getName(self) bytes | str | String#

Returns the name

getParameters(self) Param#

Returns the parameters

getSubsections(self) List[bytes]#
setName(self, in_0: bytes | str | String) None#

Sets the name

setParameters(self, param: Param) None#

Sets the parameters