/external/srec/seti/sltsEngine/include/ |
lts_seq_internal.h | 96 /*RT tree is the compact representations of the trees 135 RT_LTREE **trees; member in struct:LTS
|
/external/srec/seti/sltsEngine/src/ |
run_seq_lts.c | 76 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters, LQUESTION **questions, int num_questions, LM *lm); 504 RT_LTREE ** trees = NULL; local 538 *ptrees = trees = (RT_LTREE**) lts_alloc(*num_letters, sizeof(RT_LTREE*)); 539 if (trees == NULL) { 547 trees[let] = tree = (RT_LTREE*) lts_alloc(1, sizeof(RT_LTREE)); 603 free_trees(trees, *num_letters, *pquestions, *num_questions, *plm); 613 /* deallocate trees */ 614 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters, 628 if (trees) { 630 if (trees[i]) [all...] |
/external/opencv/ml/include/ |
ml.h | 185 #define CV_TYPE_NAME_ML_RTREES "opencv-ml-random-trees" 853 // special read & write methods for trees in the tree ensembles 905 * Random Trees Classifier * 1001 CvForestTree** trees; member in class:CvRTrees [all...] |