Description Usage Arguments Value Author(s) Examples
View source: R/binary_predict.R
This function performs binary predictions (0 or 1) based on the probabilities of assignments.
1 | binary_predict(PI)
|
PI |
is the vector containing the probabilities of assignment to the positive or negative class. |
a vector containing the predictions in binary form
"Saliou NDAO salioundao21@gmail.com"
1 2 3 4 | ## Not run:
binary_predict(PI)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.