Skip to content

Commit 63af180

Browse files
committed
fix typos
1 parent d438e0a commit 63af180

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

R/LearnerClustFanny.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#'
66
#' @description
77
#' A [LearnerClust] for fuzzy clustering implemented in [cluster::fanny()].
8-
#' [cluster::fanny()] doesn't have a deafult value for the number of clusters.
9-
#' Therefore, the `k` parameter which correponds to the number
8+
#' [cluster::fanny()] doesn't have a default value for the number of clusters.
9+
#' Therefore, the `k` parameter which corresponds to the number
1010
#' of clusters here is set to 2 by default.
1111
#' The predict method copies cluster assignments and memberships
1212
#' generated for train data. The predict does not work for

R/LearnerClustPAM.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' @description
77
#' A [LearnerClust] for PAM clustering implemented in [cluster::pam()].
88
#' [cluster::pam()] doesn't have a default value for the number of clusters.
9-
#' Therefore, the `k` parameter which correponds to the number
9+
#' Therefore, the `k` parameter which corresponds to the number
1010
#' of clusters here is set to 2 by default.
1111
#' The predict method uses [clue::cl_predict()] to compute the
1212
#' cluster memberships for new data.

man/mlr_learners_clust.fanny.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/mlr_learners_clust.pam.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)