R/list.methods.R

Defines functions list.methods

Documented in list.methods

#' List methods
#'
#' @details
#' List methods available in the library
#'
#' @export
list.methods <- function(){
  everything <- sort(getNamespaceExports("ensembleFS"))
  message("All feature selection algorithm wrappers in benchmarkFS:\n")
  print(everything[grepl(pattern="^[f]s", everything)])
}
biocsuwb/EnsembleFS-package documentation built on Dec. 9, 2024, 5:32 p.m.