set_bart_machine_num_cores {bartMachine} | 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
## Not run:
#set all parallelized functions to use 4 cores
set_bart_machine_num_cores(4)
## End(Not run)