|
OpenMS
2.6.0
|
Go to the documentation of this file.
89 const std::vector<Size> percents = {100, 99, 95, 90, 75, 50, 25};
126 double apply(
double value)
const;
129 const String& getModelType()
const;
132 static void getModelTypes(
StringList& result);
146 void setDataPoints(
const std::vector<std::pair<double, double> >& data);
152 const Param& getModelParameters()
const;
164 void getDeviations(std::vector<double>& diffs,
bool do_apply =
false,
165 bool do_sort =
true)
const;
171 void printSummary(std::ostream& os = std::cout)
const;
A more convenient string class.
Definition: String.h:59
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
Management and storage of parameters / INI files.
Definition: Param.h:73