OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:boost_type
(Results
1 - 7
of
7
) sorted by null
/external/opencv/ml/src/
mlboost.cpp
56
boost_type
= CvBoost::REAL;
68
boost_type
= _boost_type;
256
int
boost_type
= ensemble->get_params().
boost_type
;
local
268
split_criteria =
boost_type
== CvBoost::DISCRETE ? CvBoost::MISCLASS : CvBoost::GINI;
347
int
boost_type
= ensemble->get_params().
boost_type
;
local
373
split_criteria =
boost_type
== CvBoost::DISCRETE ? CvBoost::MISCLASS : CvBoost::GINI;
706
int
boost_type
= ensemble->get_params().
boost_type
;
local
[
all
...]
/external/opencv3/apps/traincascade/
old_ml_boost.cpp
56
boost_type
= CvBoost::REAL;
68
boost_type
= _boost_type;
276
int
boost_type
= ensemble->get_params().
boost_type
;
local
288
split_criteria =
boost_type
== CvBoost::DISCRETE ? CvBoost::MISCLASS : CvBoost::GINI;
388
int
boost_type
= ensemble->get_params().
boost_type
;
local
414
split_criteria =
boost_type
== CvBoost::DISCRETE ? CvBoost::MISCLASS : CvBoost::GINI;
804
int
boost_type
= ensemble->get_params().
boost_type
;
local
[
all
...]
boost.cpp
222
boost_type
= CvBoost::GENTLE;
231
boost_type
= CvBoost::GENTLE;
239
string boostTypeStr =
boost_type
== CvBoost::DISCRETE ? CC_DISCRETE_BOOST :
240
boost_type
== CvBoost::REAL ? CC_REAL_BOOST :
241
boost_type
== CvBoost::LOGIT ? CC_LOGIT_BOOST :
242
boost_type
== CvBoost::GENTLE ? CC_GENTLE_BOOST : string();
257
boost_type
= !boostTypeStr.compare( CC_DISCRETE_BOOST ) ? CvBoost::DISCRETE :
261
if (
boost_type
== -1)
292
string boostTypeStr =
boost_type
== CvBoost::DISCRETE ? CC_DISCRETE_BOOST :
293
boost_type
== CvBoost::REAL ? CC_REAL_BOOST
[
all
...]
old_ml.hpp
1047
CV_PROP_RW int
boost_type
;
member in struct:CvBoostParams
[
all
...]
/external/opencv3/modules/ml/test/
test_mltests2.cpp
392
int
BOOST_TYPE
, WEAK_COUNT, MAX_DEPTH;
397
BOOST_TYPE
= str_to_boost_type( typeStr );
404
m->setBoostType(
BOOST_TYPE
);
/external/opencv3/doc/tutorials/introduction/transition_guide/
transition_guide.markdown
131
CvBoostParams params( CvBoost::DISCRETE, //
boost_type
/external/opencv/ml/include/
ml.h
1020
int
boost_type
;
member in struct:CvBoostParams
[
all
...]
Completed in 296 milliseconds