Description Details Author(s) References See Also Examples
This library implements a Rcpp based blazingly fast implementation of adaboost.m1 and real adaboost. This will be especially well suited for big datasets. The library currently supports decision trees as the weak classifier. Once the classifiers have been trained, they can be used to predict new datasets. Currently, we support only binary classification task. In addition to calculating the final error, a staged error is also calculated for each additional tree. This can be used to tune the final number of iterations. A plot of the staged error is also generated to help the user decide.
The DESCRIPTION file:
This package was not yet installed at build time.
Index: This package was not yet installed at build time.
~~ An overview of how to use the package, including the most important functions ~~
person("Sourav", "Chatterjee", , "souravc83@gmail.com", c("aut", "cre"))
Maintainer: Sourav Chatterjee <souravc83@gmail.com>
~~ Literature or other references for background information ~~
~~ Optional links to other man pages, e.g. ~~
~~ <pkg>
~~
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.