Skip to content

Commit

Permalink
Update R/EnsembleFSResult.R
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Becker <33069354+be-marc@users.noreply.github.com>
  • Loading branch information
bblodfon and be-marc authored Jun 18, 2024
1 parent a845080 commit 42c99d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/EnsembleFSResult.R
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ EnsembleFSResult = R6Class("EnsembleFSResult",

#' @field nlearners (`numeric(1)`)\cr
#' Returns the number of learners used in the ensemble feature selection.
nlearners = function(rhs) {
n_learners = function(rhs) {
assert_ro_binding(rhs)
uniqueN(private$.result$learner_id)
},
Expand Down

0 comments on commit 42c99d8

Please sign in to comment.