Searched refs:weak_count (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/ml/src/ |
D | gbt.cpp | 17 weak_count = 200; 31 weak_count = _weak_count; 77 int weak_count = cvSliceLength( slice, weak[i] ); 78 if ((weak[i]) && (weak_count)) 82 for (int j=0; j<weak_count; ++j) 350 for ( int i=0; i < params.weak_count; ++i ) 814 int weak_count = cvSliceLength( slice, weak[class_count-1] ); 825 if (weak_responses->cols != weak_count) 834 if ((weak[i]) && (weak_count)) 838 for (int j=0; j<weak_count; ++j) [all …]
|
/external/opencv/ml/src/ |
D | mlboost.cpp | 57 weak_count = 100; in CvBoostParams() 69 weak_count = _weak_count; in CvBoostParams() 883 params.weak_count = MAX( params.weak_count, 1 ); in set_params() 946 for( i = 0; i < params.weak_count; i++ ) in train() 1274 int i, weak_count, var_count; in predict() local 1303 weak_count = cvSliceLength( slice, weak ); in predict() 1304 if( weak_count >= weak->total ) in predict() 1306 weak_count = weak->total; in predict() 1315 weak_responses->cols + weak_responses->rows - 1 != weak_count ) in predict() 1413 for( i = 0; i < weak_count; i++ ) in predict() [all …]
|
/external/opencv3/modules/ml/test/ |
D | test_gbttest.cpp | 82 int weak_count = 200; 136 tmp_code = gtb->train(data, CvGBTreesParams(loss_function_type, weak_count,
|
/external/opencv3/apps/traincascade/ |
D | old_ml_boost.cpp | 57 weak_count = 100; in CvBoostParams() 69 weak_count = _weak_count; in CvBoostParams() 996 params.weak_count = MAX( params.weak_count, 1 ); in set_params() 1065 for( i = 0; i < params.weak_count; i++ ) in train() 1634 int i, weak_count = cvSliceLength( slice, weak ); in predict() local 1635 if( weak_count >= weak->total ) in predict() 1637 weak_count = weak->total; in predict() 1646 weak_responses->cols + weak_responses->rows - 1 != weak_count ) in predict() 1748 for( i = 0; i < weak_count; i++ ) in predict() 1774 for( i = 0; i < weak_count; i++ ) in predict() [all …]
|
D | boost.cpp | 249 fs << CC_WEAK_COUNT << weak_count; in write() 267 node[CC_WEAK_COUNT] >> weak_count ; in read() 271 max_depth <= 0 || weak_count <= 0 ) in read() 287 cout << " [-maxWeakCount <max_weak_tree_count = " << weak_count << ">]" << endl; in printDefaults() 302 cout << "maxWeakCount: " << weak_count << endl; in printAttrs() 336 weak_count = atoi( val.c_str() ); in scanAttr() 1389 while( !isErrDesired() && (weak->total < params.weak_count) ); in train()
|
D | old_ml.hpp | 1048 CV_PROP_RW int weak_count; member 1053 CvBoostParams( int boost_type, int weak_count, double weight_trim_rate, 1228 CV_PROP_RW int weak_count; member 1234 CvGBTreesParams( int loss_function_type, int weak_count, float shrinkage,
|
/external/opencv/ml/include/ |
D | ml.h | 1021 int weak_count; member 1026 CvBoostParams( int boost_type, int weak_count, double weight_trim_rate,
|
/external/opencv3/doc/tutorials/introduction/transition_guide/ |
D | transition_guide.markdown | 132 100, // weak_count
|