bartMachine (version 1.2.3)

set_bart_machine_num_cores: Set the Number of Cores for BART

Description

Sets the number of cores to be used for all parallelized BART functions.

Usage

set_bart_machine_num_cores(num_cores)

Arguments

num_cores
Number of cores to use

Value

None.

See Also

bart_machine_num_cores

Examples

Run this code
## Not run: 
# ## set all parallelized functions to use 4 cores
# ## set_bart_machine_num_cores(4) 
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace