predict.hytboost: Predict method for 'hytboost' object

View source: R/hytboost.R

predict.hytboostR Documentation

Predict method for hytboost object

Description

Predict method for hytboost object

Usage

## S3 method for class 'hytboost'
predict(
  object,
  newdata = NULL,
  n.iter = NULL,
  fixed.cxr = NULL,
  as.matrix = FALSE,
  n.cores = 1,
  verbose = FALSE,
  ...
)

Arguments

object

hytboost object

newdata

data.frame of predictors

n.iter

Integer: Use the first so many trees for prediction

fixed.cxr

(internal use) Matrix: Cases by rules to use instead of matching cases to rules using newdata

as.matrix

Logical: If TRUE, output

n.cores

Integer: Number of cores to use

verbose

Logical: If TRUE, print messages to console

...

Not used

Author(s)

E.D. Gennatas


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