Learn R Programming

FRESA.CAD (version 3.4.7)

predict.FRESA_NAIVEBAYES: Predicts NAIVE_BAYES models

Description

This function predicts the outcome from a FRESA_NAIVEBAYES model

Usage

# S3 method for FRESA_NAIVEBAYES
predict(object,...)

Value

A vector of the predicted values

Arguments

object

An object of class FRESA_NAIVEBAYES

...

A list with: testdata=testdata

Author

Jose G. Tamez-Pena

See Also

NAIVE_BAYES