pred_honest_C | R Documentation |
Computes honest predictions from the random forest for a test sample based on the honest training sample
pred_honest_C(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] |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.