We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290c1ed commit 20c4803Copy full SHA for 20c4803
tests/testthat/test-mlclusteringkmeans.R
@@ -198,6 +198,7 @@ options$validationMeasures <- TRUE
198
options$elbowMethodPlot <- TRUE
199
options$clusterMeanPlot <- TRUE
200
options$centers <- "medoids"
201
+options$algorithm <- "pam"
202
options$setSeed <- TRUE
203
options$modelOptimization <- "optimized"
204
options$addPredictions <- FALSE
0 commit comments