forest_weights_fitted {ocf} | R Documentation |
Computes forest in-sample honest weights for an ocf.forest
object.
forest_weights_fitted(forest, honest_sample, train_sample)
forest |
An |
honest_sample |
Honest sample. |
train_sample |
Training sample. |
forest
must have been grown using only the training sample.
Matrix of in-sample honest weights.