FilterFunctor#
- class pyopenms.FilterFunctor#
Bases:
objectCython implementation of _FilterFunctor
- Original C++ documentation is available here
– Inherits from [‘DefaultParamHandler’]
- __init__()#
Overload:
- __init__(self) None
A FilterFunctor extracts some spectrum characteristics for quality assessment
Overload:
- __init__(self, in_0: FilterFunctor) None
Methods
Overload:
getDefaults(self)Returns the default parameters
getName(self)Returns the name
getParameters(self)Returns the parameters
getSubsections(self)registerChildren(self)setName(self, in_0)Sets the name
setParameters(self, param)Sets the parameters
- getSubsections(self) List[bytes]#
- registerChildren(self) None#