predict.addtree: Predict Method for MediBoost Model

View source: R/addtree.R

predict.addtreeR Documentation

Predict Method for MediBoost Model

Description

Obtains predictions from a trained MediBoost model

Usage

## S3 method for class 'addtree'
predict(object, newdata, verbose = FALSE, ...)

Arguments

object

A trained model of class "addtree"

newdata

Optional: a matrix / data.frame of features with which to predict

verbose

Logical: If TRUE, print messages to output

...

Not used

Author(s)

E.D. Gennatas


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