Skip to content

Commit

Permalink
removing diffs ii
Browse files Browse the repository at this point in the history
  • Loading branch information
mb706 committed Feb 28, 2024
1 parent 17a2752 commit f90f48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/LearnerClustAffinityPropagation.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LearnerClustAP = R6Class("LearnerClustAP",
param_set = ps(
s = p_uty(tags = c("required", "train")),
p = p_uty(default = NA, tags = "train", custom_check = crate(function(x) check_numeric(x))),
q = p_dbl(0L, 1L, tags = "train"),
q = p_dbl(0, 1, tags = "train"),
maxits = p_int(1L, default = 1000L, tags = "train"),
convits = p_int(1L, default = 100L, tags = "train"),
lam = p_dbl(0.5, 1, default = 0.9, tags = "train"),
Expand Down

0 comments on commit f90f48d

Please sign in to comment.