Skip to content

Commit

Permalink
Fix itemize check issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmgarnier committed Dec 2, 2023
1 parent b8fd58c commit 6174421
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/cec.R
Expand Up @@ -128,7 +128,7 @@
#' implementations of \emph{\strong{H}} have been proposed (expressed as a type
#' - model - of the clustering):
#'
#' \itemize{
#' \describe{
#' \item{"all": }{All Gaussian densities. Data will form ellipsoids with
#' arbitrary radiuses.}
#' \item{"covariance": }{Gaussian densities with a fixed given covariance. The
Expand Down
5 changes: 2 additions & 3 deletions R/init.centers.R
Expand Up @@ -11,9 +11,8 @@
#'
#' @param method A character string indicating the initialization method to use.
#' It can take the following values:
#' \itemize{
#' \item{"kmeans++": }{the centers are selected using the k-means++ algorithm.
#' }
#' \describe{
#' \item{"kmeans++": }{the centers are selected using the k-means++ algorithm.}
#' \item{"random": }{the centers are randomly selected among the values in
#' \code{x}}
#' }
Expand Down
2 changes: 1 addition & 1 deletion man/cec.Rd

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

5 changes: 2 additions & 3 deletions man/init.centers.Rd

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

0 comments on commit 6174421

Please sign in to comment.