addTree
objectPredict method for addTree
object
# S3 method for addTree
predict(object, newdata = NULL, learning.rate = NULL,
n.feat = NULL, verbose = FALSE, cxrcoef = FALSE, ...)
data frame of predictor features
Float: learning rate if object
was addTree
Integer: internal use only
Logical: If TRUE, print messages to console. Default = FALSE
Logical: If TRUE, return matrix of cases by coefficients along with predictions. Default = FALSE