SensitivityToNorm: Computes sensitive to normalization statistics.

Description Usage Arguments Value Examples

Description

Computes sensitive to normalization statistics.

Usage

1
SensitivityToNorm(rocpr = 1)

Arguments

rocpr

If rocpr=1 then area under ROC curve is used as the performance measure. If rocpr=2 area under PR curve is used.

Value

A list containing the following:

friedman

The output of the Friedman test.

nemenyi

The output of the Nemenyi test tsutils::nemenyi.

rangediff

For each outlier method and each dataset, the maximum performance minus the minimum performance.

Examples

1
2
out <- SensitivityToNorm(1)
out

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