TrainModels: Train models to predict outlier methods from meta-features of...

Description Usage Arguments Value Examples

Description

Train models to predict outlier methods from meta-features of datasets.

Usage

1
TrainModels(d, p, rocpr = 1, s = 1)

Arguments

d

If d=1 then we take the Min_Max performance values, if d=2 then performance values from all normalization methods are considered. Input values for d are only 1,2.

p

If p=1 then we take binary values based on absolute performance, i.e. if performance > 0.8, if p=2 the relative binary performance values are used. Input values for p are only 1,2.

rocpr

For all normalization methods, if rocpr=1 then area under ROC curve is used, if rocpr=2 then area under PR curve is used. For Min_Max method, i.e. if d=1, then only ROC values are used.

s

If s=1 then we train the models on a preferred subset of features. If s=2 the models are trained on all features, which takes considerably longer. Default value s=1. Input values for s are only 1,2.

Value

The trained randomforest models.

Examples

1
2
3
4
## Not run: 
fit <- TrainModels(1,1,1,1)

## End(Not run)

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