Home
last modified time | relevance | path

Searched defs:OutlierClassification (Results 1 – 1 of 1) sorted by relevance

/third_party/libabigail/tests/lib/
Dcatch.hpp5454 struct OutlierClassification { struct
5455 int samples_seen = 0;
5456 int low_severe = 0; // more than 3 times IQR below Q1
5457 int low_mild = 0; // 1.5 to 3 times IQR below Q1
5458 int high_mild = 0; // 1.5 to 3 times IQR above Q3
5459 int high_severe = 0; // more than 3 times IQR above Q3
5461 int total() const { in total()