View source: R/geometric_mean.R
geometric_mean | R Documentation |
Compute Geometric Mean using confusion matrix.
geometric_mean(confusion_matrix, type = "tnr")
confusion_matrix |
Confusion matrix to be used. |
type |
Specifies whether True Negative Rate ("tnr") or Precision ("prec") should be used for calculation of the geometric mean. Defaults to "tnr". |
integer value of Geometric Mean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.