test.gbm | R Documentation |
gbm
package.Run tests on gbm
functions to perform logical checks and
reproducibility.
test.gbm()
The function uses functionality in the RUnit
package. A fairly small
validation suite is executed that checks to see that relative influence
identifies sensible variables from simulated data, and that predictions from
GBMs with Gaussian, Cox or binomial distributions are sensible,
An object of class RUnitTestData
. See the help for
RUnit
for details.
The test suite is not comprehensive.
Harry Southworth
gbm
# Uncomment the following lines to run - commented out to make CRAN happy
#library(RUnit)
#val <- validate.texmex()
#printHTMLProtocol(val, "texmexReport.html")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.