OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:var_importance
(Results
1 - 3
of
3
) sorted by null
/external/opencv/ml/src/
mlrtrees.cpp
192
var_importance
= NULL;
209
cvReleaseMat( &
var_importance
);
266
CV_CALL(
var_importance
= cvCreateMat( 1, var_count, CV_32FC1 ));
267
cvZero(
var_importance
);
429
if(
var_importance
&& oob_samples_count > 0 )
479
var_importance
->data.fl[m] += (float)(ncorrect_responses
487
if(
var_importance
)
488
CV_CALL(cvConvertScale(
var_importance
,
var_importance
, 1./ntrees/nsamples ));
510
return
var_importance
;
[
all
...]
mltree.cpp
[
all
...]
/external/opencv/ml/include/
ml.h
898
CvMat*
var_importance
;
member in class:CvDTree
1006
CvMat*
var_importance
;
member in class:CvRTrees
[
all
...]
Completed in 781 milliseconds