honest_fitted_cpp {ocf} | R Documentation |
Honest In-Sample Predictions
Description
Computes honest in-sample predictions for a ocf.forest object relative to the desired class.
Usage
honest_fitted_cpp(
unique_leaves_honest,
y_m,
y_m_1,
honest_leaves,
train_leaves
)
Arguments
unique_leaves_honest |
List of size |
y_m |
Indicator variable, equal to 1 if the |
y_m_1 |
Indicator variable, equal to 1 if the |
honest_leaves |
Matrix of size ( |
train_leaves |
Matrix of size ( |
[Package ocf version 1.0.3 Index]