Searched refs:weak_count (Results 1 - 7 of 7) sorted by relevance

/external/opencv3/modules/ml/src/
H A Dgbt.cpp17 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 )
404 } // i=0..params.weak_count
814 int weak_count = cvSliceLength( slice, weak[class_count-1] );
825 if (weak_responses->cols != weak_count)
834 if ((weak[i]) && (weak_count))
[all...]
/external/opencv3/modules/ml/test/
H A Dtest_gbttest.cpp82 int weak_count = 200;
136 tmp_code = gtb->train(data, CvGBTreesParams(loss_function_type, weak_count,
/external/opencv/ml/src/
H A Dmlboost.cpp57 weak_count = 100;
69 weak_count = _weak_count;
883 params.weak_count = MAX( params.weak_count, 1 );
946 for( i = 0; i < params.weak_count; i++ )
1274 int i, weak_count, var_count;
1303 weak_count = cvSliceLength( slice, weak );
1304 if( weak_count >= weak->total )
1306 weak_count = weak->total;
1315 weak_responses->cols + weak_responses->rows - 1 != weak_count )
[all...]
/external/opencv3/apps/traincascade/
H A Dold_ml_boost.cpp57 weak_count = 100;
69 weak_count = _weak_count;
996 params.weak_count = MAX( params.weak_count, 1 );
1065 for( i = 0; i < params.weak_count; i++ )
1634 int i, weak_count = cvSliceLength( slice, weak );
1635 if( weak_count >= weak->total )
1637 weak_count = weak->total;
1646 weak_responses->cols + weak_responses->rows - 1 != weak_count )
1748 for( i = 0; i < weak_count;
[all...]
H A Dboost.cpp249 fs << CC_WEAK_COUNT << weak_count; local
267 node[CC_WEAK_COUNT] >> weak_count ; local
271 max_depth <= 0 || weak_count <= 0 )
287 cout << " [-maxWeakCount <max_weak_tree_count = " << weak_count << ">]" << endl;
302 cout << "maxWeakCount: " << weak_count << endl;
336 weak_count = atoi( val.c_str() );
1389 while( !isErrDesired() && (weak->total < params.weak_count) );
H A Dold_ml.hpp1048 CV_PROP_RW int weak_count; member in struct:CvBoostParams
1053 CvBoostParams( int boost_type, int weak_count, double weight_trim_rate,
1213 // weak_count - count of trees in the ensemble
1228 CV_PROP_RW int weak_count; member in struct:CvGBTreesParams
1234 CvGBTreesParams( int loss_function_type, int weak_count, float shrinkage,
1281 // f(x) = f_0 + sum_{i=1..weak_count-1}(f_i(x)), where
/external/opencv/ml/include/
H A Dml.h1021 int weak_count; member in struct:CvBoostParams
1026 CvBoostParams( int boost_type, int weak_count, double weight_trim_rate,

Completed in 141 milliseconds