Package: mlr3cluster Title: Cluster Extension for 'mlr3' Version: 0.4.1 Authors@R: c( person("Maximilian", "Mücke", , "muecke.maximilian@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0000-9432-9795")), person("Damir", "Pulatov", , "damirpolat@protonmail.com", role = "aut"), person("Michel", "Lang", , "michellang@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9754-0393")), person("Marc", "Becker", , "marcbecker@posteo.de", role = "ctb", comment = c(ORCID = "0000-0002-8115-0400")) ) Description: Extends the 'mlr3' package with cluster analysis. License: LGPL-3 URL: https://mlr3cluster.mlr-org.com, https://github.com/mlr-org/mlr3cluster BugReports: https://github.com/mlr-org/mlr3cluster/issues Depends: mlr3 (>= 1.5.0), R (>= 3.5.0) Imports: backports (>= 1.5.0), checkmate (>= 2.0.0), cluster, data.table (>= 1.15.0), mlr3misc (>= 0.21.0), paradox (>= 1.0.1), R6 (>= 2.4.1), stats Suggests: apcluster, clue, clusterCrit, ClusterR (>= 1.3.1), clustMixType (>= 0.4.0), dbscan (>= 1.2.1), e1071, flexclust, flexmix, fpc, genieclust, kernlab, kohonen (>= 3.0.0), LPCM, mclust, mirai (>= 2.4.1), mlbench, movMF, mvtnorm, protoclust, RWeka, skmeans, stdbscan (>= 0.2.0), stream (>= 2.0.0), tclust (>= 2.0-3), testthat (>= 3.3.0), withr Config/roxygen2/markdown: TRUE Config/roxygen2/r6: TRUE Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Collate: 'LearnerClust.R' 'zzz.R' 'LearnerClustAffinityPropagation.R' 'LearnerClustAgnes.R' 'LearnerClustBICO.R' 'LearnerClustBIRCH.R' 'LearnerClustCLARA.R' 'LearnerClustCMeans.R' 'LearnerClustCobweb.R' 'LearnerClustDBSCAN.R' 'LearnerClustDBSCANfpc.R' 'LearnerClustDiana.R' 'LearnerClustEM.R' 'LearnerClustFanny.R' 'LearnerClustFarthestFirst.R' 'LearnerClustFeatureless.R' 'LearnerClustFlexmix.R' 'LearnerClustGenie.R' 'LearnerClustHDBSCAN.R' 'LearnerClustHclust.R' 'LearnerClustKCCA.R' 'LearnerClustKKMeans.R' 'LearnerClustKMeans.R' 'LearnerClustKProto.R' 'LearnerClustMclust.R' 'LearnerClustMeanShift.R' 'LearnerClustMiniBatchKMeans.R' 'LearnerClustMovMF.R' 'LearnerClustOPTICS.R' 'LearnerClustPAM.R' 'LearnerClustProtoclust.R' 'LearnerClustSKMeans.R' 'LearnerClustSOM.R' 'LearnerClustSTDBSCAN.R' 'LearnerClustSimpleKMeans.R' 'LearnerClustSpectral.R' 'LearnerClustTclust.R' 'LearnerClustXMeans.R' 'MeasureClust.R' 'measures.R' 'cluster_stats.R' 'MeasureClustSimple.R' 'PredictionClust.R' 'PredictionDataClust.R' 'TaskClust.R' 'TaskClust_ruspini.R' 'TaskClust_usarrest.R' 'as_prediction_clust.R' 'as_task_clust.R' 'bibentries.R' 'helper.R' Repository: https://mlr-org.r-universe.dev Date/Publication: 2026-07-10 15:35:26 UTC RemoteUrl: https://github.com/mlr-org/mlr3cluster RemoteRef: v0.4.1 RemoteSha: a31d6aad71a646fb9ceee0fc9fae078d356333f8 NeedsCompilation: no Packaged: 2026-07-10 18:43:17 UTC; root Author: Maximilian Mücke [aut, cre] (ORCID: ), Damir Pulatov [aut], Michel Lang [aut] (ORCID: ), Marc Becker [ctb] (ORCID: ) Maintainer: Maximilian Mücke