gpe_sample {pre} | R Documentation |
Sampling Function Generator for gpe
Description
Provides a sample function for gpe
.
Usage
gpe_sample(sampfrac = 0.5)
Arguments
sampfrac |
Fraction of |
Value
Returns a function that takes an n
argument for the number of observations and a weights
argument for the case weights. The function returns a vector of indices.
References
Friedman, J. H., & Popescu, B. E. (2008). Predictive learning via rule ensembles. The Annals of Applied Statistics, 2(3), 916-954.
See Also
[Package pre version 1.0.7 Index]