predict.glmLiteBoostTV: Predict method for 'glmLiteBoostTV' object

View source: R/glmLiteBoostTV.R

predict.glmLiteBoostTVR Documentation

Predict method for glmLiteBoostTV object

Description

Predict method for glmLiteBoostTV object

Usage

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

Arguments

object

glmLiteBoostTV object

newdata

Set of predictors

n.feat

Integer: N of features to use.

n.iter

Integer: N of iterations to predict from.

as.matrix

Logical: If TRUE, return predictions from each iteration.

verbose

Logical: If TRUE, print messages to console.

n.cores

Integer: Number of cores to use.

...

Unused

Author(s)

E.D. Gennatas


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