BiGaussModel#

class pyopenms.BiGaussModel#

Bases: object

Cython implementation of _BiGaussModel

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: BiGaussModel) None

Methods

__init__

Overload:

getCenter(self)

getProductName(self)

Name of the model (needed by Factory)

setOffset(self, offset)

setSamples(self)

getCenter(self) float#
getProductName(self) bytes | str | String#

Name of the model (needed by Factory)

setOffset(self, offset: float) None#
setSamples(self) None#