Home
last modified time | relevance | path

Searched refs:num_tree (Results 1 – 6 of 6) sorted by relevance

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dmain.c46 int num_tree,num_rand_tree; in main() local
128 for(num_tree=(io->n_trees == 1)?(0):(num_data_set);num_tree < io->n_trees;num_tree++) in main()
202 if((!num_data_set) && (!num_tree) && (!num_rand_tree)) Check_Memory_Amount(tree); in main()
297 (orig_random_input_tree == YES)?(num_rand_tree):(num_tree), in main()
H A Dm4.c25 int num_tree,num_rand_tree; in M4_main() local
92 for(num_tree=(io->n_trees == 1)?(0):(num_data_set);num_tree < io->n_trees;num_tree++) in M4_main()
127 if((!num_data_set) && (!num_tree) && (!num_rand_tree)) Check_Memory_Amount(tree); in M4_main()
193 (num_rand_tree):(num_tree),YES, io->precision); in M4_main()
H A Dio.h54 …ut,time_t t_beg,time_t t_end,t_tree *tree,option *io,int n_data_set,int num_tree, int add_citation…
H A Dio.c2306 …me_t t_beg, time_t t_end, t_tree *tree, option *io, int n_data_set, int num_tree, int add_citation… in Print_Fp_Out() argument
2324 …>mod->s_opt->random_input_tree) PhyML_Fprintf(fp_out,"\n. Random init tree: \t\t\t#%d",num_tree+1); in Print_Fp_Out()
2325 …io->n_trees > 1) PhyML_Fprintf(fp_out,"\n. Starting tree number: \t\t#%d",num_tree+1); in Print_Fp_Out()
/dports/misc/py-xgboost/xgboost-1.5.1/R-package/tests/testthat/
H A Dtest_model_compatibility.R24 num_tree <- Reduce('+', lapply(m, length)) functionVar
25 return (num_tree)
/dports/misc/xgboost/xgboost-1.5.1/R-package/tests/testthat/
H A Dtest_model_compatibility.R24 num_tree <- Reduce('+', lapply(m, length)) functionVar
25 return (num_tree)