predict.fuse: Predictions from a combined classifer model

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This funciton is used to predict objects created with the fuse function.

Usage

1
2
## S3 method for class 'fuse'
predict(object, newdata, ...)

Arguments

object

an object of class "fuse"

newdata

a data frame of samples for prediction

...

not currently used

Details

details!

Value

a factor vector

Author(s)

Max Kuhn

See Also

fuse

Examples

1
2+2

FuseBox documentation built on May 2, 2019, 5:16 p.m.