Home
last modified time | relevance | path

Searched refs:pruned_tree_idx (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/src/
Dmltree.cpp1238 pruned_tree_idx = -1; in clear()
1256 return pruned_tree_idx; in get_pruned_tree_idx()
2726 pruned_tree_idx = min_idx; in prune_cv()
2850 if( cut_tree && parent->Tn <= pruned_tree_idx ) in free_prune_data()
2873 pruned_tree_idx = INT_MIN; in free_tree()
2937 while( node->Tn > pruned_tree_idx && node->left ) in predict()
3027 if( !node->left || node->Tn <= pruned_tree_idx ) in get_var_importance()
3182 cvWriteInt( fs, "best_tree_idx", pruned_tree_idx ); in write()
3406 pruned_tree_idx = cvReadIntByName( fs, node, "best_tree_idx", -1 ); in read()
/external/opencv/ml/include/
Dml.h897 int pruned_tree_idx; variable