R/list.methods.R

Defines functions list.methods

#' @export
list.methods <- function(){
  everything <- sort(getNamespaceExports("benchmarkFS"))
  message("All feature selection algorithm wrappers in benchmarkFS:\n")
  print(everything[grepl(pattern="^[f]s", everything)])
}
pavhrablis/benchmarkFS documentation built on Feb. 5, 2021, 12:47 a.m.