-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathNAMESPACE
More file actions
83 lines (82 loc) · 2.27 KB
/
Copy pathNAMESPACE
File metadata and controls
83 lines (82 loc) · 2.27 KB
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
# Generated by roxygen2: do not edit by hand
S3method(as.data.table,PredictionClust)
S3method(as_prediction,PredictionDataClust)
S3method(as_prediction_clust,PredictionClust)
S3method(as_prediction_clust,data.frame)
S3method(as_task_clust,DataBackend)
S3method(as_task_clust,TaskClust)
S3method(as_task_clust,data.frame)
S3method(as_task_clust,formula)
S3method(as_task_clust,matrix)
S3method(as_tasks_clust,TaskClust)
S3method(as_tasks_clust,list)
S3method(c,PredictionDataClust)
S3method(check_prediction_data,PredictionDataClust)
S3method(create_empty_prediction_data,TaskClust)
S3method(default_fallback,LearnerClust)
S3method(filter_prediction_data,PredictionDataClust)
S3method(is_missing_prediction_data,PredictionDataClust)
S3method(marshal_model,Weka_clusterer)
S3method(unmarshal_model,Weka_clusterer_marshaled)
export(LearnerClust)
export(LearnerClustAP)
export(LearnerClustAgnes)
export(LearnerClustBICO)
export(LearnerClustBIRCH)
export(LearnerClustCLARA)
export(LearnerClustCMeans)
export(LearnerClustCobweb)
export(LearnerClustDBSCAN)
export(LearnerClustDBSCANfpc)
export(LearnerClustDiana)
export(LearnerClustEM)
export(LearnerClustFanny)
export(LearnerClustFarthestFirst)
export(LearnerClustFeatureless)
export(LearnerClustFlexmix)
export(LearnerClustGMeans)
export(LearnerClustGenie)
export(LearnerClustHDBSCAN)
export(LearnerClustHclust)
export(LearnerClustKCCA)
export(LearnerClustKKMeans)
export(LearnerClustKMeans)
export(LearnerClustKMeansRcpp)
export(LearnerClustKModes)
export(LearnerClustKProto)
export(LearnerClustMclust)
export(LearnerClustMeanShift)
export(LearnerClustMiniBatchKMeans)
export(LearnerClustMovMF)
export(LearnerClustOPTICS)
export(LearnerClustPAM)
export(LearnerClustProtoclust)
export(LearnerClustSKMeans)
export(LearnerClustSOM)
export(LearnerClustSTDBSCAN)
export(LearnerClustSimpleKMeans)
export(LearnerClustSpectral)
export(LearnerClustTclust)
export(LearnerClustXMeans)
export(MeasureClust)
export(PredictionClust)
export(TaskClust)
export(TaskGeneratorBlobs)
export(as_prediction_clust)
export(as_task_clust)
export(as_tasks_clust)
import(checkmate)
import(data.table)
import(mlr3)
import(mlr3misc)
import(paradox)
importFrom(R6,R6Class)
importFrom(cluster,silhouette)
importFrom(stats,
model.frame,
predict,
rnorm,
runif,
terms
)
importFrom(utils,bibentry)