Learn R Programming

rtemis (version 0.79)

predict.boost: Predict method for boost object

Description

Predict method for boost object

Usage

# S3 method for boost
predict(object, newdata = NULL, n.feat = NCOL(newdata),
  n.iter = NULL, as.matrix = FALSE, verbose = FALSE,
  n.cores = rtCores, ...)

Arguments