Skip to content

Commit

Permalink
docs: global default
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Dec 15, 2023
1 parent b35e5af commit 915afd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/ArchiveFSelect.R
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ ArchiveFSelect = R6Class("ArchiveFSelect",
#' Default is all batches.
#' @param ties_method (`character(1)`)\cr
#' Method to handle ties.
#' If `NULL` (default), the global ties method set during initialization is used.
#' Can be one of `n_features`, `first`, `random`.
#' The option `n_features` (default) selects the feature set with the least features.
#' If `NULL` (default), the global ties method set during initialization is used.
#' The default global ties method is `n_features` which selects the feature set with the least features.
#' If there are multiple best feature sets with the same number of features, the first one is selected.
#' The `first` method returns the first added best feature set.
#' The `random` method returns a random feature set from the best feature sets.
Expand Down
4 changes: 2 additions & 2 deletions man/ArchiveFSelect.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 915afd4

Please sign in to comment.