ModelEnsembleObj-class: An S4 class, an ensemble model object

Description Usage Arguments Methods (by generic) Slots See Also

Description

An S4 class, an ensemble model object

Usage

1
2
## S4 method for signature 'ModelEnsembleObj'
show(object)

Arguments

object

A ModelEnsembleObj object.

Methods (by generic)

Slots

model.list

A list of regression or classification models in the ensemble

model.type

Type of the model, either "Continuous" or "Binary"

loss

A numeric vector, the loss of each model

keep

A numeric vector or matrix, indicating whether each model is included when aggregating the predictions

See Also

wClsObj-class
RegObj-class
ModelObj-class


SkadiEye/ITRlearn documentation built on May 24, 2019, 1:31 a.m.