setParallel {mldr.resampling}R Documentation

Enable/Disable parallel computing

Description

Enable/Disable parallel computing

Usage

setParallel(beParallel)

Arguments

beParallel

A boolean indicating if parallel computing is to be enabled (TRUE) or disabled (FALSE)

Value

No return value, called in order to enable parallel computing

Examples

setParallel(TRUE)


[Package mldr.resampling version 0.2.3 Index]