 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
83 std::vector<Size> percents = {100, 99, 95, 90, 75, 50, 25};
122 double apply(
double value)
const;
125 const String& getModelType()
const;
128 static void getModelTypes(
StringList& result);
142 void setDataPoints(
const std::vector<std::pair<double, double> >& data);
148 const Param& getModelParameters()
const;
160 void getDeviations(std::vector<double>& diffs,
bool do_apply =
false,
161 bool do_sort =
true)
const;
167 void printSummary(std::ostream& os)
const;
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
Management and storage of parameters / INI files.
Definition: Param.h:69