predict.BAGGS {FRESA.CAD}R Documentation

Predicts baggedModel bagged models

Description

This function predicts the class of a BAGGS generated models

Usage

	## S3 method for class 'BAGGS'
predict(object,...)

Arguments

object

An object of class BAGGS

...

A list with: testdata=testdata.

Value

a named list with the predicted class of every data sample

Author(s)

Jose G. Tamez-Pena

See Also

baggedModel


[Package FRESA.CAD version 3.4.8 Index]