88 double predict(
const AASequence & sequence, std::vector<double> & add_info);
91 std::vector<double> predict(
const std::vector<AASequence> & sequences);
102 std::vector<double> predict(
const std::vector<AASequence> & sequences, std::vector<std::vector<double> > & add_info);
107 double map_(
const std::vector<double> & data);
109 Size findWinner_(
const std::vector<double> & data);
111 std::vector<double> calculateAddInfo_(
const std::vector<double> & data);
138 std::vector<double> getPropertyVector_(
const AASequence & sequence);
Representation of a peptide/protein sequence.
Definition: AASequence.h:107
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Predict peak heights of peptides based on Local Linear Map model.
Definition: PeakIntensityPredictor.h:64
Trained Local Linear Map (LLM) model for peak intensity prediction.
Definition: LocalLinearMap.h:56
LocalLinearMap llm_
Local Linear Map model.
Definition: PeakIntensityPredictor.h:141
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127