forest_weights_predicted_cpp {ocf} | R Documentation |
Computes forest out-of-sample honest weights for a ocf.forest
object relative to the m-th class.
forest_weights_predicted_cpp(
leaf_IDs_test_list,
leaf_IDs_honest_list,
leaf_size_honest_list,
w
)
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. |