Home | History | Annotate | Download | only in src

Lines Matching refs:missing

376             // sort all the values, including the missing measurements
418 // replace labels for missing values with -1
678 float* values, uchar* missing,
713 if( missing )
714 memset( missing, 1, count*var_count );
722 uchar* m = missing ? missing + vi : 0;
740 uchar* m = missing ? missing + vi : 0;
1417 // calculate direction (left(-1),right(1),missing(0))
1588 // compensate for missing values
1938 // compensate for missing values
2582 // split missing
2927 "the missing data mask must be 8-bit vector of the same size as input sample" );
3404 CV_ERROR( CV_StsParseError, "nodes tag is missing" );