Description Usage Arguments Value See Also
maboost.update
updates the maboost
object to have additional trees given a new number of
iterations.
1 2 |
object |
object generated by the function |
x |
x training data |
y |
training response |
test.x |
x testing data (optional) |
test.y |
the true labeling for this testing data (optional) |
n.iter |
new number of iterations, must be provided and n.iter>iter |
... |
other arguments not used by this function. |
updated maboost
object.
maboost
,summary.maboost
,predict.maboost
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.