OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cvPreprocessIndexArray
(Results
1 - 4
of
4
) sorted by null
/external/opencv/ml/src/
_ml.h
337
CvMat*
cvPreprocessIndexArray
( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates=false );
ml_inner_functions.cpp
459
cvPreprocessIndexArray
( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates )
463
CV_FUNCNAME( "
cvPreprocessIndexArray
" );
1009
CV_CALL( _sample_idx =
cvPreprocessIndexArray
( sample_idx, sample_all ));
1011
CV_CALL( _var_idx =
cvPreprocessIndexArray
( var_idx, var_all ));
[
all
...]
mltree.cpp
213
CV_CALL( sample_idx =
cvPreprocessIndexArray
( _sample_idx, sample_all ));
220
CV_CALL( var_idx =
cvPreprocessIndexArray
( _var_idx, var_all ));
560
CV_CALL( isubsample_idx =
cvPreprocessIndexArray
( _subsample_idx, sample_count ));
694
CV_CALL( subsample_idx =
cvPreprocessIndexArray
( _subsample_idx, sample_count ));
[
all
...]
mlann_mlp.cpp
732
CV_CALL( sample_idx =
cvPreprocessIndexArray
( _sample_idx, _inputs->rows ));
[
all
...]
Completed in 50 milliseconds