rpart.permutation.mergeResults {rpart.permutation} | R Documentation |
This internal function merges results from Message Passing Interface (MPI) client nodes.
rpart.permutation.mergeResults(results)
results |
A result list as returned by the clusterCall function of Rmpi . |
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. |
Daniel S. Myers