TwoDOptimization

class pyopenms.TwoDOptimization

Bases: object

Cython implementation of _TwoDOptimization

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

– Inherits from [‘DefaultParamHandler’]

__init__()
  • Cython signature: void TwoDOptimization()

  • Cython signature: void TwoDOptimization(TwoDOptimization &)

Methods

__init__

  • Cython signature: void TwoDOptimization()

getDefaults

Cython signature: Param getDefaults() Returns the default parameters

getMZTolerance

Cython signature: double getMZTolerance() Returns the matching epsilon

getMaxIterations

Cython signature: unsigned int getMaxIterations() Returns the maximal number of iterations

getMaxPeakDistance

Cython signature: double getMaxPeakDistance() Returns the maximal peak distance in a cluster

getName

Cython signature: String getName() Returns the name

getParameters

Cython signature: Param getParameters() Returns the parameters

getSubsections

Cython signature: libcpp_vector[String] getSubsections()

setMZTolerance

Cython signature: void setMZTolerance(double tolerance_mz) Sets the matching epsilon

setMaxIterations

Cython signature: void setMaxIterations(unsigned int max_iteration) Sets the maximal number of iterations

setMaxPeakDistance

Cython signature: void setMaxPeakDistance(double max_peak_distance) Sets the maximal peak distance in a cluster

setName

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

setParameters

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

getDefaults()

Cython signature: Param getDefaults() Returns the default parameters

getMZTolerance()

Cython signature: double getMZTolerance() Returns the matching epsilon

getMaxIterations()

Cython signature: unsigned int getMaxIterations() Returns the maximal number of iterations

getMaxPeakDistance()

Cython signature: double getMaxPeakDistance() Returns the maximal peak distance in a cluster

getName()

Cython signature: String getName() Returns the name

getParameters()

Cython signature: Param getParameters() Returns the parameters

getSubsections()

Cython signature: libcpp_vector[String] getSubsections()

setMZTolerance()

Cython signature: void setMZTolerance(double tolerance_mz) Sets the matching epsilon

setMaxIterations()

Cython signature: void setMaxIterations(unsigned int max_iteration) Sets the maximal number of iterations

setMaxPeakDistance()

Cython signature: void setMaxPeakDistance(double max_peak_distance) Sets the maximal peak distance in a cluster

setName()

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

setParameters()

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