Home
last modified time | relevance | path

Searched refs:bootstrap_sampling (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/vigra/vigra-8acd73a/test/random_forest_3/
H A Dtest.cxx131 .bootstrap_sampling(false) in test_default_rf()
165 .bootstrap_sampling(true) in test_oob_visitor()
196 .bootstrap_sampling(true) in test_var_importance_visitor()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Drandom_forest_3_hdf5_impex.hxx156 bool bootstrap_sampling = bootstrap_sampling_int == 1 ? true : false; in random_forest_import_HDF5() local
171 .bootstrap_sampling(bootstrap_sampling) in random_forest_import_HDF5()
/dports/graphics/vigra/vigra-8acd73a/vigranumpy/src/core/
H A Drandom_forest_3.cxx94 rf_opts.bootstrap_sampling(sample_with_replacement); in pythonConstructRandomForest3()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/random_forest_3/
H A Drandom_forest_common.hxx652 RandomForestOptions & bootstrap_sampling(bool b) in bootstrap_sampling() function in vigra::rf3::RandomForestOptions