OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VAR_ORDERED
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/modules/java/src/
ml+Ml.java
13
VAR_ORDERED
= 0,
/external/opencv3/modules/ml/src/
data.cpp
49
static const int VAR_MISSED =
VAR_ORDERED
;
158
return classLabels.empty() ?
VAR_ORDERED
: VAR_CATEGORICAL;
306
checkRange(varType, true, 0,
VAR_ORDERED
, VAR_CATEGORICAL+1) );
311
varType = Scalar::all(
VAR_ORDERED
);
313
varType.at<uchar>(ninputvars) = (uchar)(responses.type() < CV_32F ? VAR_CATEGORICAL :
VAR_ORDERED
);
319
CV_Assert( varType.at<uchar>(ninputvars + i) ==
VAR_ORDERED
);
593
(varTypesSet && (vtypes[i] == rowtypes[i] || rowtypes[i] ==
VAR_ORDERED
)) );
630
if( !varTypesSet && noutputvars == 1 && vtypes[ninputvars] ==
VAR_ORDERED
)
671
type =
VAR_ORDERED
;
686
int tp = k == 0 ?
VAR_ORDERED
: VAR_CATEGORICAL
[
all
...]
tree.cpp
[
all
...]
/external/opencv3/samples/cpp/
letter_recog.cpp
106
var_type.setTo(Scalar::all(
VAR_ORDERED
));
277
var_type.setTo(Scalar::all(
VAR_ORDERED
));
/external/opencv3/modules/ml/include/opencv2/
ml.hpp
83
VAR_NUMERICAL =0, //!< same as
VAR_ORDERED
84
VAR_ORDERED
=0, //!< ordered variables
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 1567 milliseconds