TwoDOptimization

class pyopenms.TwoDOptimization

Bases: object

Cython implementation of _TwoDOptimization

Original C++ documentation is available here

– Inherits from [‘DefaultParamHandler’]

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: TwoDOptimization) None

Methods

__init__

Overload:

getDefaults(self)

Returns the default parameters

getMZTolerance(self)

Returns the matching epsilon

getMaxIterations(self)

Returns the maximal number of iterations

getMaxPeakDistance(self)

Returns the maximal peak distance in a cluster

getName(self)

Returns the name

getParameters(self)

Returns the parameters

getSubsections(self)

setMZTolerance(self, tolerance_mz)

Sets the matching epsilon

setMaxIterations(self, max_iteration)

Sets the maximal number of iterations

setMaxPeakDistance(self, max_peak_distance)

Sets the maximal peak distance in a cluster

setName(self, in_0)

Sets the name

setParameters(self, param)

Sets the parameters

getDefaults(self) Param

Returns the default parameters

getMZTolerance(self) float

Returns the matching epsilon

getMaxIterations(self) int

Returns the maximal number of iterations

getMaxPeakDistance(self) float

Returns the maximal peak distance in a cluster

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

Returns the name

getParameters(self) Param

Returns the parameters

getSubsections(self) List[bytes]
setMZTolerance(self, tolerance_mz: float) None

Sets the matching epsilon

setMaxIterations(self, max_iteration: int) None

Sets the maximal number of iterations

setMaxPeakDistance(self, max_peak_distance: float) None

Sets the maximal peak distance in a cluster

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

Sets the name

setParameters(self, param: Param) None

Sets the parameters