Description Usage Arguments See Also Examples
fbeta_score
computes a weighted harmonic mean of Precision and Recall.
The beta
parameter controls the weighting.
1 | fbeta_score(actual, predicted, beta = 1)
|
actual |
The ground truth binary numeric vector containing 1 for the positive class and 0 for the negative class. |
predicted |
The predicted binary numeric vector containing 1 for the positive
class and 0 for the negative class. Each element represents the
prediction for the corresponding element in |
beta |
A non-negative real number controlling how close the F-beta score is to
either Precision or Recall. When |
1 2 3 |
[1] 0.6666667
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.