GetHonestRcpp: Get honest predictions (C++)

View source: R/RcppExports.R

GetHonestRcppR Documentation

Get honest predictions (C++)

Description

Computes honest predictions (fitted values) from the random forest for the train and honest sample based on the honest training sample.

Usage

GetHonestRcpp(x, y, z, w)

Arguments

x

unique_leaves (List)[ntree]

y

honest_y (NumericVector)[nrow]

z

honest_leaves (NumericMatrix)[nrow, ntree]

w

train_leaves (NumericMatrix)[nrow, ntree]

Source

https://github.com/okasag/orf/blob/master/orf/src/get_honest_rcpp.cpp


ellenxtan/ifedtree documentation built on March 28, 2023, 9:09 a.m.