LowessSmoothing#

class pyopenms.LowessSmoothing#

Bases: object

Cython implementation of _LowessSmoothing

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1LowessSmoothing.html

– Inherits from [‘DefaultParamHandler’]

__init__()#

Cython signature: void LowessSmoothing()

Methods

__init__

Cython signature: void LowessSmoothing()

getDefaults

Cython signature: Param getDefaults() Returns the default parameters

getName

Cython signature: String getName() Returns the name

getParameters

Cython signature: Param getParameters() Returns the parameters

getSubsections

Cython signature: libcpp_vector[String] getSubsections()

setName

Cython signature: void setName(const String &) Sets the name

setParameters

Cython signature: void setParameters(Param & param) Sets the parameters

smoothData

Cython signature: void smoothData(libcpp_vector[double] x, libcpp_vector[double] y, libcpp_vector[double] & y_smoothed) Smoothing method that receives x and y coordinates (e.g., RT and intensities) and computes smoothed intensities

getDefaults()#

Cython signature: Param getDefaults() Returns the default parameters

getName()#

Cython signature: String getName() Returns the name

getParameters()#

Cython signature: Param getParameters() Returns the parameters

getSubsections()#

Cython signature: libcpp_vector[String] getSubsections()

setName()#

Cython signature: void setName(const String &) Sets the name

setParameters()#

Cython signature: void setParameters(Param & param) Sets the parameters

smoothData()#

Cython signature: void smoothData(libcpp_vector[double] x, libcpp_vector[double] y, libcpp_vector[double] & y_smoothed) Smoothing method that receives x and y coordinates (e.g., RT and intensities) and computes smoothed intensities