Skip to content

Commit

Permalink
Bugfix in kmeans.
Browse files Browse the repository at this point in the history
  • Loading branch information
astamm committed Feb 19, 2024
1 parent 9840f22 commit 0cecb99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ LinkingTo:
Rcpp,
RcppArmadillo,
nloptr
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Suggests:
fda,
Expand Down
2 changes: 1 addition & 1 deletion R/fdakmeans.R
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ fdakmeans <- function(
centroid_type = centroid_type,
max_iter = maximum_number_of_iterations,
use_verbose = use_verbose,
nonempty = 2L,
nonempty = 2L, scale = FALSE,
alignment = (warping_class == "bpd")
)

Expand Down

0 comments on commit 0cecb99

Please sign in to comment.