Searched defs:_add_labels (Results 1 - 1 of 1) sorted by relevance

/external/opencv/ml/src/
H A Dmltree.cpp61 bool _shared, bool _add_labels )
68 _var_type, _missing_mask, _params, _shared, _add_labels );
128 bool _shared, bool _add_labels, bool _update_data )
151 _sample_idx, _var_type, _missing_mask, _params, _shared, _add_labels );
259 have_labels = cv_n > 0 || ord_var_count == 1 && cat_var_count == 0 || _add_labels;
125 set_data( const CvMat* _train_data, int _tflag, const CvMat* _responses, const CvMat* _var_idx, const CvMat* _sample_idx, const CvMat* _var_type, const CvMat* _missing_mask, const CvDTreeParams& _params, bool _shared, bool _add_labels, bool _update_data ) argument

Completed in 96 milliseconds