-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
86 lines (86 loc) · 2.22 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Package: mlr3cluster
Title: Cluster Extension for 'mlr3'
Version: 0.1.10.9000
Authors@R: c(
person("Maximilian", "Mücke", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0000-9432-9795")),
person("Damir", "Pulatov", , "[email protected]", role = "aut"),
person("Michel", "Lang", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9754-0393")),
person("Marc", "Becker", , "[email protected]", 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 (>= 0.21.0),
R (>= 3.3.0)
Imports:
backports (>= 1.1.10),
checkmate,
clue,
cluster,
data.table,
fpc,
mlr3misc (>= 0.14.0),
paradox (>= 1.0.0),
R6,
stats
Suggests:
apcluster,
ClusterR (>= 1.3.1),
dbscan,
e1071,
kernlab,
LPCM,
mclust,
mlbench,
RWeka,
stream,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.3.2
Collate:
'LearnerClust.R'
'zzz.R'
'LearnerClustAffinityPropagation.R'
'LearnerClustAgnes.R'
'LearnerClustBICO.R'
'LearnerClustBIRCH.R'
'LearnerClustCMeans.R'
'LearnerClustCobweb.R'
'LearnerClustDBSCAN.R'
'LearnerClustDBSCANfpc.R'
'LearnerClustDiana.R'
'LearnerClustEM.R'
'LearnerClustFanny.R'
'LearnerClustFarthestFirst.R'
'LearnerClustFeatureless.R'
'LearnerClustHDBSCAN.R'
'LearnerClustHclust.R'
'LearnerClustKKMeans.R'
'LearnerClustKMeans.R'
'LearnerClustMclust.R'
'LearnerClustMeanShift.R'
'LearnerClustMiniBatchKMeans.R'
'LearnerClustOPTICS.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'