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