CorrPrRoc: Computes correlation between AUCROC performance values and...

Description Usage Arguments Value Examples

Description

Computes correlation between AUCROC performance values and AUCPR performance values

Usage

1
CorrPrRoc(m = 1)

Arguments

m

If 1, then pearson, if 2, then kendall or if 3, then spearman correlation is performed. Default value is 1.

Value

The correlation values for each performance column.

Examples

1
2
3
4
## Not run: 
corobj <- CorrPrRoc()

## End(Not run)

sevvandi/outselect documentation built on June 1, 2019, 3:58 a.m.