Searched refs:_missing (Results 1 - 4 of 4) sorted by relevance

/external/opencv/ml/src/
H A Dmlboost.cpp1262 CvBoost::predict( const CvMat* _sample, const CvMat* _missing,
1295 if( _missing )
1297 if( !CV_IS_MAT(_missing) || !CV_IS_MASK_ARR(_missing) ||
1298 !CV_ARE_SIZES_EQ(_missing, _sample) )
1337 bool have_mask = _missing != 0;
1353 if( _missing )
1355 src_mask = _missing->data.ptr;
1356 mstep = CV_IS_MAT_CONT(_missing->type) ? 1 : _missing
[all...]
H A Dmltree.cpp2882 const CvMat* _missing, bool preprocessed_input ) const
2922 if( _missing )
2924 if( !CV_IS_MAT(_missing) || !CV_IS_MASK_ARR(_missing) ||
2925 !CV_ARE_SIZES_EQ(_missing, _sample) )
2928 m = _missing->data.ptr;
2929 mstep = CV_IS_MAT_CONT(_missing->type) ? 1 : _missing->step/sizeof(m[0]);
2881 predict( const CvMat* _sample, const CvMat* _missing, bool preprocessed_input ) const argument
/external/chromium_org/third_party/pymock/
H A Dmock.py364 _missing = sentinel.MISSING variable
799 obj = self._mock_children.get(name, _missing)
802 if obj is not _missing:
/external/opencv/ml/include/
H A Dml.h1101 virtual float predict( const CvMat* _sample, const CvMat* _missing=0,

Completed in 171 milliseconds