Description Usage Arguments Value
Implementation of the LogitBoost algorithm based on Friedman, J., Hastie, T., and Tibshirani, R. (2000)
1 | logit.boost(formula, data, n.iter)
|
formula |
an object of class |
data |
an optional data frame, list or environment (or object coercible
by |
n.iter |
number of iterations to apply. |
logic.boost
returns an object of class
mlkit.class.fit
. An object of class mlkit.class.fit
is a list
containing at least the following components:
classifier |
a multiclass classifier function. |
y.hat |
the in-sample classifications of the given data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.