LowessSmoothing

class pyopenms.LowessSmoothing

Bases: object

Cython implementation of _LowessSmoothing

Original C++ documentation is available here

– Inherits from [‘DefaultParamHandler’]

__init__(self) None

Methods

__init__(self)

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

smoothData(self, x, y, y_smoothed)

Smoothing method that receives x and y coordinates (e.g., RT and intensities) and computes smoothed intensities

getDefaults(self) Param

Returns the default parameters

getName(self) Union[bytes, str, String]

Returns the name

getParameters(self) Param

Returns the parameters

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

Sets the name

setParameters(self, param: Param) None

Sets the parameters

smoothData(self, x: List[float], y: List[float], y_smoothed: List[float]) None

Smoothing method that receives x and y coordinates (e.g., RT and intensities) and computes smoothed intensities