Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Protected Attributes | List of all members
SvmTheoreticalSpectrumGeneratorSet Class Reference

Loads SvmTheoreticalSpectrumGenerator instances for different charges. More...

#include <OpenMS/CHEMISTRY/SvmTheoreticalSpectrumGeneratorSet.h>

Public Member Functions

SvmTheoreticalSpectrumGeneratorSetoperator= (const SvmTheoreticalSpectrumGeneratorSet &tsg)
 Assignment operator. More...
 
void simulate (PeakSpectrum &spectrum, const AASequence &peptide, boost::random::mt19937_64 &rng, Size precursor_charge)
 Generate the MS/MS according to the model for the given precursor_charge. More...
 
void load (String)
 Load a trained Svm and Prob. models. More...
 
void getSupportedCharges (std::set< Size > &charges)
 Return precursor charges for which a model is contained in the set. More...
 
SvmTheoreticalSpectrumGeneratorgetSvmModel (Size)
 return a modifiable reference to the SVM model with given charge. If charge is not supported throw exception More...
 
Constructors and Destructors
 SvmTheoreticalSpectrumGeneratorSet ()
 Default constructor. More...
 
 SvmTheoreticalSpectrumGeneratorSet (const SvmTheoreticalSpectrumGeneratorSet &source)
 Copy constructor. More...
 
virtual ~SvmTheoreticalSpectrumGeneratorSet ()
 Destructor. More...
 

Protected Attributes

std::map< Size, SvmTheoreticalSpectrumGeneratorsimulators_
 

Detailed Description

Loads SvmTheoreticalSpectrumGenerator instances for different charges.

The input file contains pairs of charge and svm models separated by a ":" (see share/OpenMS/examples/simulation/SvmModelSet.model)

Actually only a test model is shipped with OpenMS.
Please find trained models at: http://sourceforge.net/projects/open-ms/files/Supplementary/Simulation/.

Constructor & Destructor Documentation

◆ SvmTheoreticalSpectrumGeneratorSet() [1/2]

Default constructor.

◆ SvmTheoreticalSpectrumGeneratorSet() [2/2]

Copy constructor.

◆ ~SvmTheoreticalSpectrumGeneratorSet()

virtual ~SvmTheoreticalSpectrumGeneratorSet ( )
virtual

Destructor.

Member Function Documentation

◆ getSupportedCharges()

void getSupportedCharges ( std::set< Size > &  charges)

Return precursor charges for which a model is contained in the set.

◆ getSvmModel()

return a modifiable reference to the SVM model with given charge. If charge is not supported throw exception

◆ load()

void load ( String  )

Load a trained Svm and Prob. models.

◆ operator=()

Assignment operator.

◆ simulate()

void simulate ( PeakSpectrum spectrum,
const AASequence peptide,
boost::random::mt19937_64 &  rng,
Size  precursor_charge 
)

Generate the MS/MS according to the model for the given precursor_charge.

Member Data Documentation

◆ simulators_

std::map<Size, SvmTheoreticalSpectrumGenerator> simulators_
protected

OpenMS / TOPP release 2.3.0 Documentation generated on Tue Jan 9 2018 18:22:13 using doxygen 1.8.13