TwoDOptimization
- class pyopenms.TwoDOptimization
Bases:
objectCython 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
Cython signature: void TwoDOptimization()
Cython signature: Param getDefaults() Returns the default parameters
Cython signature: double getMZTolerance() Returns the matching epsilon
Cython signature: unsigned int getMaxIterations() Returns the maximal number of iterations
Cython signature: double getMaxPeakDistance() Returns the maximal peak distance in a cluster
Cython signature: String getName() Returns the name
Cython signature: Param getParameters() Returns the parameters
Cython signature: libcpp_vector[String] getSubsections()
Cython signature: void setMZTolerance(double tolerance_mz) Sets the matching epsilon
Cython signature: void setMaxIterations(unsigned int max_iteration) Sets the maximal number of iterations
Cython signature: void setMaxPeakDistance(double max_peak_distance) Sets the maximal peak distance in a cluster
Cython signature: void setName(const String &) Sets the name
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