Description Usage Arguments Details Value
View source: R/GBM_boot_err_Func.R
Returns the estimated accurasy measures of Sensitivity, Specificity, and Misclassification using Confusion matrix.
1 2 | GBM.boot.err.Func(train, test, depVar, distribution = "adaboost",
n.trees = 500)
|
train |
?? |
test |
?? |
depVar |
?? |
distribution |
?? |
n.trees |
?? |
A GBM model is trained using a training data set and estimate accuracy measures using a test data set. The number of tree is defined by a user and the default value of it is 300.
A GBM.err matrix of the estimated accuracy measurements of Sensitivity, Specificity, and Misclassification for Training set, Testing set and overall one.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.