get_honest_C: Get honest predictions (C++)

View source: R/RcppExports.R

get_honest_CR 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

get_honest_C(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]


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