Searched defs:OutlierClassification (Results 1 – 3 of 3) sorted by relevance
15 struct OutlierClassification { struct16 int samples_seen = 0;17 int low_severe = 0; // more than 3 times IQR below Q118 int low_mild = 0; // 1.5 to 3 times IQR below Q119 int high_mild = 0; // 1.5 to 3 times IQR above Q320 int high_severe = 0; // more than 3 times IQR above Q322 int total() const { in total()
5411 struct OutlierClassification { struct5412 int samples_seen = 0;5413 int low_severe = 0; // more than 3 times IQR below Q15414 int low_mild = 0; // 1.5 to 3 times IQR below Q15415 int high_mild = 0; // 1.5 to 3 times IQR above Q35416 int high_severe = 0; // more than 3 times IQR above Q35418 int total() const { in total()
5444 struct OutlierClassification { struct5445 int samples_seen = 0;5446 int low_severe = 0; // more than 3 times IQR below Q15447 int low_mild = 0; // 1.5 to 3 times IQR below Q15448 int high_mild = 0; // 1.5 to 3 times IQR above Q35449 int high_severe = 0; // more than 3 times IQR above Q35451 int total() const { in total()