predict.naivebayes: Prediction for Naive Bayes

View source: R/deepML.r

predict.naivebayesR Documentation

Prediction for Naive Bayes

Description

Prediction for Naive Bayes

Usage

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

Arguments

object

R object.

x

A matrix or data frame with feature values.

...

Optional arguments.

Value

Numeric values for classifying the features within x to the levels of y stored in object.

See Also

Other Machine Learning: cross_validation_split(), decision_tree(), k_nearest_neighbors(), moving_average(), naive_bayes(), naive_forecast(), predict.decisiontree(), predict.kmeans()


stschn/deepANN documentation built on June 25, 2024, 7:27 a.m.