LowessSmoothing#
- class pyopenms.LowessSmoothing#
Bases:
objectCython 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
- getSubsections(self) List[bytes]#
- 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