forest_weights_fitted_cpp {ocf} | R Documentation |
Forest In-Sample Honest Weights
Description
Computes forest in-sample honest weights for a ocf.forest
object relative to the m-th class.
Usage
forest_weights_fitted_cpp(
leaf_IDs_train_list,
leaf_IDs_honest_list,
leaf_size_honest_list
)
Arguments
leaf_IDs_train_list |
List of size |
leaf_IDs_honest_list |
List of size |
leaf_size_honest_list |
List of size |
[Package ocf version 1.0.3 Index]