36 #ifndef OPENMS_ANALYSIS_PIP_PEAKINTENSITYPREDICTOR_H
37 #define OPENMS_ANALYSIS_PIP_PEAKINTENSITYPREDICTOR_H
92 std::vector<DoubleReal> predict(
const std::vector<AASequence> & sequences);
103 std::vector<DoubleReal> predict(
const std::vector<AASequence> & sequences, std::vector<std::vector<DoubleReal> > & add_info);
108 DoubleReal map_(
const std::vector<DoubleReal> & data);
110 Size findWinner_(
const std::vector<DoubleReal> & data);
112 std::vector<DoubleReal> calculateAddInfo_(
const std::vector<DoubleReal> & data);
139 std::vector<DoubleReal> getPropertyVector_(
const AASequence & sequence);
153 #endif // OPENMS_ANALYSIS_PIP_PEAKINTENSITYPREDICTOR_H
Representation of a peptide/protein sequence.
Definition: AASequence.h:84
Predict peak heights of peptides based on Local Linear Map model.
Definition: PeakIntensityPredictor.h:65
Trained Local Linear Map (LLM) model for peak intensity prediction.
Definition: LocalLinearMap.h:57
LocalLinearMap llm_
Local Linear Map model.
Definition: PeakIntensityPredictor.h:142
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:144