View source: R/classify_tweets.R
classify_tweets_predict | R Documentation |
classify_tweets
core moduleDoes part of the heavy lifting for classify_tweets
's methods
classify_tweets_predict(
model,
x,
na.rm,
threshold,
.predict.type,
.add,
.debug,
.verbose,
...
)
model |
an 'caretEnsemble' object |
x |
a 'data.frame' object (see |
na.rm |
logical. list-wise remove rows with missings? |
threshold |
double in (0,1) (see |
.predict.type |
"prob" or "raw" (see |
.add |
logical (see |
.debug |
logical (see |
.verbose |
logical (see |
... |
arguments passed to predict method (see |
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.