Learn R Programming

ParallelDSM (version 0.3.7)

DataProcess: Parallel computing initialization preparation(This function is not open to users)

Description

Parallel computing initialization preparation(This function is not open to users)

Usage

DataProcess(mymodel)

Value

Represents whether the loading of the required variables and dependent packages is complete

Arguments

mymodel

: The models were selected, including QRF,RF and MLR.

Examples

Run this code
# \donttest{
#This function only serves the ParallelComputing function.
DataProcess(mymodel = "QRF")
# }


Run the code above in your browser using DataLab