predict.cartLiteBoostTV: Predict method for 'cartLiteBoostTV' object

View source: R/cartLiteBoostTV.R

predict.cartLiteBoostTVR Documentation

Predict method for cartLiteBoostTV object

Description

Predict method for cartLiteBoostTV object

Usage

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

Arguments

object

cartLiteBoostTV object

newdata

Set of predictors

n.feat

Integer: N of features to use. Default = NCOL(newdata)

n.iter

Integer: N of iterations to predict from. Default = (all available)

as.matrix

Logical: If TRUE, return predictions from each iterations. Default = FALSE

verbose

Logical: If TRUE, print messages to console. Default = FALSE

n.cores

Integer: Number of cores to use. Default = rtCores

...

Unused

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.