predict.LightRuleFit: 'predict' method for 'LightRuleFit' object

View source: R/s_LightRuleFit.R

predict.LightRuleFitR Documentation

predict method for LightRuleFit object

Description

predict method for LightRuleFit object

Usage

## S3 method for class 'LightRuleFit'
predict(
  object,
  newdata = NULL,
  return.cases.by.rules = FALSE,
  verbose = TRUE,
  ...
)

Arguments

object

LightRuleFit object

newdata

Feature matrix / data.frame: will be converted to data.table

return.cases.by.rules

Logical: If TRUE, return cases by rules matrix

verbose

Logical: If TRUE, print messages during execution. Default = TRUE

...

Ignored

Value

Vector of estimated values


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