forest_weights_predicted_cpp {ocf} | R Documentation |
Forest Out-of-Sample Honest Weights
Description
Computes forest out-of-sample honest weights for a ocf.forest
object relative to the m-th class.
Usage
forest_weights_predicted_cpp(
leaf_IDs_test_list,
leaf_IDs_honest_list,
leaf_size_honest_list,
w
)
Arguments
leaf_IDs_test_list |
List of size |
leaf_IDs_honest_list |
List of size |
leaf_size_honest_list |
List of size |
w |
1 if marginal effects are being computed, 0 otherwise for normal prediction. |
[Package ocf version 1.0.1 Index]