rpart.permutation.mergeResults {rpart.permutation}R Documentation

Function to merge results from a series of MPI client nodes.

Description

This internal function merges results from Message Passing Interface (MPI) client nodes.

Usage

rpart.permutation.mergeResults(results)

Arguments

results A result list as returned by the clusterCall function of Rmpi.

Value

A list with the following elements:

R Integer vector such that the ith element is the number of replicates having a better relative error than the original model for the i-split subtree.
X As above, but using cross-validation error instead of relative error.
N Integer vector such that the ith element is the total number of replicates reporting error values for the i-split subtree.

Author(s)

Daniel S. Myers


[Package rpart.permutation version 1.01-1 Index]