predict.lihad: Predict method for 'lihad' object

View source: R/s_LIHAD.R

predict.lihadR Documentation

Predict method for lihad object

Description

Predict method for lihad object

Usage

## S3 method for class 'lihad'
predict(
  object,
  newdata = NULL,
  learning.rate = NULL,
  n.feat = NULL,
  verbose = FALSE,
  cxrcoef = FALSE,
  ...
)

Arguments

object

an rtMod trained with s_LIHAD or an lihad object

newdata

data frame of predictor features

learning.rate

Float: learning rate if object was lihad

n.feat

Integer: internal use only

verbose

Logical: If TRUE, print messages to console.

cxrcoef

Logical: If TRUE, return matrix of cases by coefficients along with predictions.

...

Not used

Author(s)

E.D. Gennatas


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