Searched refs:get_ord_responses (Results 1 - 3 of 3) sorted by relevance

/external/opencv/ml/src/
H A Dmlboost.cpp444 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);
1146 float* responses = data->get_ord_responses(data->data_root);
H A Dmltree.cpp454 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
1931 const float* responses = data->get_ord_responses(node);
1971 const float* responses = data->get_ord_responses(node);
2375 const float* values = data->get_ord_responses(node);
/external/opencv/ml/include/
H A Dml.h772 virtual float* get_ord_responses( CvDTreeNode* n );

Completed in 107 milliseconds