|  | OpenMS
    2.6.0
    | 
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 & | operator= (const TransformationStatistics &rhs) | 
| Public Attributes | |
| const 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.
| 
 | inline | 
References TransformationDescription::TransformationStatistics::percentiles_after, TransformationDescription::TransformationStatistics::percentiles_before, TransformationDescription::TransformationStatistics::xmax, TransformationDescription::TransformationStatistics::xmin, TransformationDescription::TransformationStatistics::ymax, and TransformationDescription::TransformationStatistics::ymin.
percentiles of x/y deviations after transformation
Referenced by TransformationDescription::TransformationStatistics::operator=().
percentiles of x/y deviations before transformation
Referenced by TransformationDescription::TransformationStatistics::operator=().
| const std::vector<Size> percents = {100, 99, 95, 90, 75, 50, 25} | 
| double xmax = 0 | 
largest x value before transformation
Referenced by TransformationDescription::TransformationStatistics::operator=().
| double xmin = 0 | 
smallest x value before transformation
Referenced by TransformationDescription::TransformationStatistics::operator=().
| double ymax = 0 | 
largest y value before transformation
Referenced by TransformationDescription::TransformationStatistics::operator=().
| double ymin = 0 | 
smallest y value before transformation
Referenced by TransformationDescription::TransformationStatistics::operator=().
 1.8.16
 1.8.16