PredHonestRcpp | R Documentation |
Computes honest predictions from the random forest for a test sample based on the honest training sample.
PredHonestRcpp(x, y, z, w)
x |
unique_leaves (List)[ntree] |
y |
honest_y (NumericVector)[nrow] |
z |
honest_leaves (NumericMatrix)[nrow, ntree] |
w |
test_leaves (NumericMatrix)[nrow, ntree] |
https://github.com/okasag/orf/blob/master/orf/src/pred_honest_rcpp.cpp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.