Description Usage Arguments Value See Also
The base learner is based on Recursive Partitioning and Regression Trees.
1 | AdaBoost(train, test, index.x, index.y, n.iter)
|
train |
training dataset. |
test |
test dataset. |
index.x |
index of X. |
index.y |
index of Y. |
n.iter |
the number of iterations. |
a list of objects: train.error errors from training dataset. test.error errors from test dataset.
http://web.stanford.edu/class/stats202/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.