View source: R/dCVnet_performance.R
summary.performance | R Documentation |
Calculates classification performance table and
two-class classification metrics for a
performance
object.
## S3 method for class 'performance'
summary(
object,
label = NA,
short = FALSE,
pvprevalence = "observed",
somersD = FALSE,
...
)
object |
a |
label |
a label can be assigned here. (Warning - setting a length 1 vector will concatenate multiple reps.) |
short |
(bool) return a core set of performance measures. |
pvprevalence |
argument for adjustment of PPV/NPV calculation for
binomial or multinomial families. Either "observed" to use the observed
prevalence, or a number |
somersD |
(bool) calculate the computationally expensive Somers' D for certain families (gaussian, poisson) |
... |
additional arguments (ignored) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.