View source: R/bart_package_inits.R
set_bart_machine_num_cores | R Documentation |
Sets the number of cores to be used for all parallelized BART functions.
set_bart_machine_num_cores(num_cores)
num_cores |
Number of cores to use. If the number of cores is more than 1, setting the seed during model construction cannot be deterministic. |
None.
Adam Kapelner and Justin Bleich
bart_machine_num_cores
## Not run:
#set all parallelized functions to use 4 cores
set_bart_machine_num_cores(4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.