OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:boost_type
(Results
1 - 4
of
4
) 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
...]
old_ml.hpp
1047
CV_PROP_RW int
boost_type
;
member in struct:CvBoostParams
[
all
...]
/external/opencv/ml/include/
ml.h
1020
int
boost_type
;
member in struct:CvBoostParams
[
all
...]
Completed in 825 milliseconds