swagControl {swag}R Documentation

Control for swag function

Description

The Spare Wrapper AlGorithm depends on some meta-parameters that are described below.

Usage

swagControl(pmax = 3, m = 100, alpha = 0.05, seed = 163L, verbose = FALSE)

Arguments

pmax

A integer representing the maximum number of attributes per learner.

m

A integer representing the maximum number of learners per dimension explored.

alpha

A double representing the proportion of screening.

seed

An integer that controls the reproducibility.

verbose

A boolean for printing current progress of the algorithm.

See Also

swag


[Package swag version 0.1.0 Index]