bsRFBORUTA: Perform RFBORUTA bootstrapping.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Use RFBORUTA algorithm and bootstrapping to derive a robust feature set.

Usage

1
bsRFBORUTA(logX, groupings, DIR=NULL, params = NULL)

Arguments

logX

The data matrix.

groupings

The grouping variable.

DIR

The output base directory.

params

A parameter list with the following elements: seed: A random seed. bstr: Number of bootstrap iterations. jitter: Boolean. Use some additional noise for constant values. maxRuns: Parameter for the Boruta function. saveres: Boolean. Stored results of bootstrapping in an R-data object.

Details

Usually called from doBS.

Value

List holding the bootstrap results for each grouping variable in grouping.
This is a list with one element for each of the bstr bootstrap iterations. Each element is again a list, which is retrieved by function rf_multi.

Author(s)

Christian Bender (christian.bender@tron-mainz.de)

See Also

doBS

Examples

1
2
3
4
## Not run: 
#todo

## End(Not run)

bootfs documentation built on May 2, 2019, 5:50 p.m.