OpenMS
|
Summary statistics before/after applying the transformation. For deviations before/after transformation, the percentiles 100, 99, 95, 90, 75, 50, 25 are returned. More...
#include <OpenMS/ANALYSIS/MAPMATCHING/TransformationDescription.h>
Public Member Functions | |
TransformationStatistics ()=default | |
TransformationStatistics (const TransformationStatistics &rhs)=default | |
TransformationStatistics & | operator= (const TransformationStatistics &rhs)=default |
Public Attributes | |
std::vector< Size > | percents = {100, 99, 95, 90, 75, 50, 25} |
double | xmin = 0 |
smallest x value before transformation More... | |
double | xmax = 0 |
largest x value before transformation More... | |
double | ymin = 0 |
smallest y value before transformation More... | |
double | ymax = 0 |
largest y value before transformation More... | |
std::map< Size, double > | percentiles_before |
percentiles of x/y deviations before transformation More... | |
std::map< Size, double > | percentiles_after |
percentiles of x/y deviations after transformation More... | |
Summary statistics before/after applying the transformation. For deviations before/after transformation, the percentiles 100, 99, 95, 90, 75, 50, 25 are returned.
|
default |
|
default |
|
default |
std::map<Size, double> percentiles_after |
percentiles of x/y deviations after transformation
std::map<Size, double> percentiles_before |
percentiles of x/y deviations before transformation
std::vector<Size> percents = {100, 99, 95, 90, 75, 50, 25} |
double xmax = 0 |
largest x value before transformation
double xmin = 0 |
smallest x value before transformation
double ymax = 0 |
largest y value before transformation
double ymin = 0 |
smallest y value before transformation