35 #ifndef OPENMS_MATH_MISC_RANSACMODELLINEAR_H 36 #define OPENMS_MATH_MISC_RANSACMODELLINEAR_H 38 #include <OpenMS/config.h> 58 static double rm_rsq_impl(
const DVecIt& begin,
const DVecIt& end);
71 #endif // OPENMS_MATH_MISC_RANSACMODELLINEAR_H Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
DVec::const_iterator DVecIt
Definition: RANSACModel.h:64
std::vector< double > ModelParameters
Definition: RANSACModel.h:65
std::vector< DPair > DVec
Definition: RANSACModel.h:63
Implementation of a linear RANSAC model fit.
Definition: RANSACModelLinear.h:52
Generic plug-in template base class using 'Curiously recurring template pattern' (CRTP) to allow for ...
Definition: RANSACModel.h:59