predict.boost: Predict method for 'boost' object

View source: R/boost.R

predict.boostR Documentation

Predict method for boost object

Description

Predict method for boost object

Usage

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

Arguments

object

boost object

newdata

data.frame: New data to predict on

n.feat

Integer: Number of features to use from newdata

n.iter

Integer: Number of iterations to use

as.matrix

Logical: If TRUE, return matrix of predictions for each iteration, otherwise return vector

verbose

Logical: If TRUE, print messages to console

n.cores

Integer: Number of cores to use

...

Not used

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on Aug. 30, 2024, 7:20 p.m.