Description Usage Arguments Value See Also
Specify control and tuning parameters of the boosting algorithm.
1 2 3 |
mstop |
integer. Initial number of boosting iterations |
nu |
double. Step-size between 0 and 1 |
maxit |
integer. Controls the maximum number of iterations that
are used for numerical optimazation via |
risk |
character. Determines how the empirical risk should be
computed. It can take the values |
which.offset |
character. Indictating the choice of offset. This
can be either the maximum likelihood estimator of the null model
( |
savedata |
logic. Indicating whether the data should be saved in
the returned |
trace |
logic. Determining if status information should be printed during estimation of the model. |
parallel |
logic. enable parallelization using multicore technology
for crossvalidation (in function |
hardStop |
logic. Indicates if the initial value of
|
save_ensembless |
logic. Indicating if the list of coefficients for the selected base-learners should be saved and returned. This list is generally needed but can be suppressed to reduce memory usage (not recommended). |
An object of class boost_control
is returned (as a list).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.