Package: mlr3cluster
Title: Cluster Extension for 'mlr3'
Version: 0.1.8
Authors@R: 
    c(person(given = "Damir",
             family = "Pulatov",
             role = c("cre", "aut"),
             email = "damirpolat@protonmail.com"),
      person(given = "Michel",
             family = "Lang",
             role = "aut",
             email = "michellang@gmail.com",
             comment = c(ORCID = "0000-0001-9754-0393")))
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: R (>= 3.1.0), mlr3 (>= 0.14.0)
Imports: backports (>= 1.1.10), checkmate, clue, fpc, cluster,
        data.table, mlr3misc (>= 0.9.4), paradox, R6, stats
Suggests: dbscan, e1071, ClusterR, kernlab, apcluster, LPCM, mclust,
        mlbench, RWeka, testthat
Encoding: UTF-8
RoxygenNote: 7.2.3
Collate: 'LearnerClust.R' 'aaa.R' 'LearnerClustAffinityPropagation.R'
        'LearnerClustAgnes.R' 'LearnerClustCMeans.R'
        'LearnerClustCobweb.R' 'LearnerClustDBSCAN.R'
        'LearnerClustDiana.R' 'LearnerClustEM.R' 'LearnerClustFanny.R'
        'LearnerClustFarthestFirst.R' 'LearnerClustFeatureless.R'
        'LearnerClustHclust.R' 'LearnerClustKKMeans.R'
        'LearnerClustKMeans.R' 'LearnerClustMclust.R'
        'LearnerClustMeanShift.R' 'LearnerClustMiniBatchKMeans.R'
        'LearnerClustPAM.R' 'LearnerClustSimpleKMeans.R'
        'LearnerClustXMeans.R' 'MeasureClust.R' 'measures.R'
        'MeasureClustInternal.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' 'zzz.R'
NeedsCompilation: no
Packaged: 2023-03-12 21:18:12 UTC; damir
Author: Damir Pulatov [cre, aut],
  Michel Lang [aut] (<https://orcid.org/0000-0001-9754-0393>)
Maintainer: Damir Pulatov <damirpolat@protonmail.com>
Repository: CRAN
Date/Publication: 2023-03-12 21:50:12 UTC
