Learn R Programming

MachineShop (version 2.0.0)

combine: Combine MachineShop Objects

Description

Combine one or more MachineShop objects of the same class.

Usage

# S3 method for Calibration
c(...)

# S3 method for ConfusionList c(...)

# S3 method for ConfusionMatrix c(...)

# S3 method for Curves c(...)

# S3 method for Lift c(...)

# S3 method for ListOf c(...)

# S3 method for Resamples c(...)

# S4 method for SurvMatrix,SurvMatrix +(e1, e2)

Arguments

...

named or unnamed calibration, confusion, performance curve, lift, summary, or resample results. Curves must have been generated with the same performance metrics and resamples with the same resampling control.

e1, e2

objects.

Value

Object of the same class as the arguments.