rfeSeeds: create a list of seeds for rfeControl()

View source: R/rfeSeeds.R

rfeSeedsR Documentation

create a list of seeds for rfeControl()

Description

this function creates a list of seeds to be used with rfeControl

Usage

rfeSeeds(sizes, number, seed = 357)

Arguments

sizes

the sizes of the feature selection iterations

number

the number of boot-starpping/cv repeats

seed

the global seed to be set

Value

a list of integer seeds

Author(s)

Tim Appelhans (largely taken from the examples of rfeControl)

Examples

rfeSeeds(1:9, 3)


environmentalinformatics-marburg/Rsenal documentation built on July 28, 2023, 6:09 a.m.