![]() |
OpenMS
|
Binomial GLM used to map (squared-normalised-RT-diff, intensity-distance) -> [0, 1] confidence. More...
#include <OpenMS/ANALYSIS/OPENSWATH/ConfidenceScoring.h>
Public Member Functions | |
| double | operator() (double diff_rt, double dist_int) const |
Evaluate the GLM at (diff_rt, dist_int); returns a probability in [0, 1]. | |
Public Attributes | |
| double | intercept |
| GLM intercept term. | |
| double | rt_coef |
| GLM coefficient on the squared RT difference (units: 1/RT²) | |
| double | int_coef |
| GLM coefficient on the Manhattan intensity distance. | |
Binomial GLM used to map (squared-normalised-RT-diff, intensity-distance) -> [0, 1] confidence.
Implements \(\mathrm{sigmoid}(\mathrm{intercept} + \mathrm{rt\_coef} \cdot \Delta\mathrm{RT}^2 + \mathrm{int\_coef} \cdot d_\mathrm{int})\) with coefficients fitted externally (see initializeGlm).
|
inline |
Evaluate the GLM at (diff_rt, dist_int); returns a probability in [0, 1].
| double int_coef |
GLM coefficient on the Manhattan intensity distance.
| double intercept |
GLM intercept term.
| double rt_coef |
GLM coefficient on the squared RT difference (units: 1/RT²)