OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_ord_responses
(Results
1 - 3
of
3
) sorted by null
/external/opencv/ml/src/
mlboost.cpp
444
const float* responses = data->
get_ord_responses
(node);
492
const float* responses = data->
get_ord_responses
(node);
745
const float* values = data->
get_ord_responses
(node);
984
float* responses = data->
get_ord_responses
(data->data_root);
[
all
...]
mltree.cpp
454
float* dst =
get_ord_responses
( data_root );
785
const float* src =
get_ord_responses
(data_root);
972
float* CvDTreeTrainData::
get_ord_responses
( CvDTreeNode* n )
function in class:CvDTreeTrainData
[
all
...]
/external/opencv/ml/include/
ml.h
772
virtual float*
get_ord_responses
( CvDTreeNode* n );
[
all
...]
Completed in 81 milliseconds