SvmTheoreticalSpectrumGeneratorTrainer#
- class pyopenms.SvmTheoreticalSpectrumGeneratorTrainer#
Bases:
objectCython implementation of _SvmTheoreticalSpectrumGeneratorTrainer
- Original C++ documentation is available here
– Inherits from [‘DefaultParamHandler’]
- __init__()#
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: SvmTheoreticalSpectrumGeneratorTrainer) None
Methods
Overload:
getDefaults(self)Returns the default parameters
getName(self)Returns the name
getParameters(self)Returns the parameters
getSubsections(self)normalizeIntensity(self, S)setName(self, in_0)Sets the name
setParameters(self, param)Sets the parameters
trainModel(self, spectra, annotations, ...)- getSubsections(self) List[bytes]#
- normalizeIntensity(self, S: MSSpectrum) None#
- trainModel(self, spectra: MSExperiment, annotations: List[AASequence], filename: bytes | str | String, precursor_charge: int) None#