pred_honest_C: Predict honest predictions (C++)

View source: R/RcppExports.R

pred_honest_CR Documentation

Predict honest predictions (C++)

Description

Computes honest predictions from the random forest for a test sample based on the honest training sample

Usage

pred_honest_C(x, y, z, w)

Arguments

x

unique_leaves (List)[ntree]

y

honest_y (NumericVector)[nrow]

z

honest_leaves (NumericMatrix)[nrow, ntree]

w

test_leaves (NumericMatrix)[nrow, ntree]


orf documentation built on July 24, 2022, 1:05 a.m.