FeatureWrapperMethod: Title Feature Selection by Wrapper Methods Use this function...

View source: R/PepFeatureSelect.R

FeatureWrapperMethodR Documentation

Title Feature Selection by Wrapper Methods Use this function in specific ML methods

Description

Title Feature Selection by Wrapper Methods Use this function in specific ML methods

Usage

FeatureWrapperMethod(
  dataset = MLtestData,
  target = "judge",
  taskid = "FeatureWrapperMethod",
  filtermethodlrn = "FeatureWrapperMethod",
  nevals = 20
)

Arguments

dataset

A dataframe of Machine Learing test dataset

target

A character of column name in dataset

taskid

A character of taskid

filtermethodlrn

A filter selection by which lrn

nevals

A number of nevals


yujijun/neoantigenML documentation built on March 20, 2022, 11:59 p.m.