Learn R Programming

ParallelDSM (version 0.3.7)

Insepect_RF: A function that checks the parallel computation for missing data of RF model.

Description

A function that checks the parallel computation for missing data of RF model.

Usage

Insepect_RF(block, outputDirectory)

Arguments

block

: The number of blocks for data cutting.

outputDirectory

: The directory of output files.

Examples

Run this code
# \donttest{
Insepect_RF(30, "./RfOutput")
# }

Run the code above in your browser using DataLab