bsSCAD: Perform SCAD SVM bootstrapping.

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

Description

Use SCAD SVM algorithm and bootstrapping to derive a robust feature set.

Usage

1
bsSCAD(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. maxiter: Parameter for the SCAD SVM function. maxevals: Parameter for the SCAD SVM function. bounds: Parameter for the SCAD SVM function. saveres: Boolean. Stored results of bootstrapping in an R-data object. fs.method: The method for feature selection. One out of scad, 1norm, scad+L2, DrHSVM. See package penalizedSVM for the methods.

Details

Usually called from doBS.

Value

List holding the bootstrap results for each grouping variable in groupings.
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 bstr_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.