Searched refs:bootstrap_sampling (Results 1 – 4 of 4) sorted by relevance
131 .bootstrap_sampling(false) in test_default_rf()165 .bootstrap_sampling(true) in test_oob_visitor()196 .bootstrap_sampling(true) in test_var_importance_visitor()
156 bool bootstrap_sampling = bootstrap_sampling_int == 1 ? true : false; in random_forest_import_HDF5() local171 .bootstrap_sampling(bootstrap_sampling) in random_forest_import_HDF5()
94 rf_opts.bootstrap_sampling(sample_with_replacement); in pythonConstructRandomForest3()
652 RandomForestOptions & bootstrap_sampling(bool b) in bootstrap_sampling() function in vigra::rf3::RandomForestOptions