predict.tidy_naive_bayes: Predict class of new data using a Tidy Naive Bayes classifier...

Description Usage

View source: R/tidy_naive_bayes.R

Description

Predict class of new data using a Tidy Naive Bayes classifier model

Usage

1
2
3
## S3 method for class 'tidy_naive_bayes'
predict(model, newdata = NULL, type = c("class",
  "prob"))

datascienceworkshops/tidynaivebayes documentation built on May 23, 2019, 7:31 a.m.