predict.FRESA_NAIVEBAYES: Predicts 'NAIVE_BAYES' models

View source: R/FRESAModelingFunctions.R

predict.FRESA_NAIVEBAYESR Documentation

Predicts NAIVE_BAYES models

Description

This function predicts the outcome from a FRESA_NAIVEBAYES model

Usage

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

Arguments

object

An object of class FRESA_NAIVEBAYES

...

A list with: testdata=testdata

Value

A vector of the predicted values

Author(s)

Jose G. Tamez-Pena

See Also

NAIVE_BAYES


FRESA.CAD documentation built on Nov. 25, 2023, 1:07 a.m.