featureSelection: Feature selection and modeling

View source: R/fselection.R

featureSelectionR Documentation

Feature selection and modeling

Description

Feature selection and modeling

Usage

featureSelection(para, group, method = "rf", valueID = "value",
  fold = 5, resampling_method = "repeatedcv", repeats = 10,
  plot_roc = TRUE, ratio = 2/3, k = 100, plotCICurve = TRUE,
  verbose = FALSE, ...)

Arguments

para

An object of metaXpara

group

The sample class used

method

Method for feature selection and modeling

valueID

The column name used

fold

k-fold

repeats

The repeat number

verbose

Whether output or not

...

Additional parameters

Value

The result of feature selection and modeling


wenbostar/metaX documentation built on July 4, 2023, 7:50 p.m.