OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CV_VAR_ORDERED
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/apps/traincascade/
old_ml_data.cpp
305
type =
CV_VAR_ORDERED
;
410
if ( type !=
CV_VAR_ORDERED
&& type != CV_VAR_CATEGORICAL)
414
if ( var_types->data.ptr[var_idx] == CV_VAR_CATEGORICAL && type ==
CV_VAR_ORDERED
)
415
CV_ERROR( CV_StsBadArg, "it`s impossible to assign
CV_VAR_ORDERED
type to categorical variable" );
450
cvSet( var_types, cvScalarAll(
CV_VAR_ORDERED
) );
470
CV_ERROR( CV_StsBadArg, "it`s impossible to assign
CV_VAR_ORDERED
type to categorical variable" );
471
var_types->data.ptr[b1] =
CV_VAR_ORDERED
;
485
CV_ERROR( CV_StsBadArg, "it`s impossible to assign
CV_VAR_ORDERED
type to categorical variable" );
486
var_types->data.ptr[i] =
CV_VAR_ORDERED
;
old_ml.hpp
119
#define
CV_VAR_ORDERED
0
[
all
...]
old_ml_tree.cpp
285
char vt = var_type0 ? var_type0->data.ptr[vi] :
CV_VAR_ORDERED
;
[
all
...]
/external/opencv/ml/src/
mlknearest.cpp
114
_responses,
CV_VAR_ORDERED
, 0, _sample_idx, true, (const float***)&_data,
mlsvm.cpp
[
all
...]
/external/opencv/ml/include/
ml.h
174
#define
CV_VAR_ORDERED
0
[
all
...]
Completed in 426 milliseconds