predict.naivebayes | R Documentation |
Prediction for Naive Bayes
## S3 method for class 'naivebayes'
predict(object, x, ...)
object |
R object. |
x |
A matrix or data frame with feature values. |
... |
Optional arguments. |
Numeric values for classifying the features within x
to the levels of y
stored in object
.
Other Machine Learning:
cross_validation_split()
,
decision_tree()
,
k_nearest_neighbors()
,
moving_average()
,
naive_bayes()
,
naive_forecast()
,
predict.decisiontree()
,
predict.kmeans()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.