-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
60 lines (59 loc) · 1.71 KB
/
NAMESPACE
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
# 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(c,PredictionDataClust)
S3method(check_prediction_data,PredictionDataClust)
S3method(create_empty_prediction_data,TaskClust)
S3method(filter_prediction_data,PredictionDataClust)
S3method(is_missing_prediction_data,PredictionDataClust)
export(LearnerClust)
export(LearnerClustAP)
export(LearnerClustAgnes)
export(LearnerClustBICO)
export(LearnerClustBIRCH)
export(LearnerClustCMeans)
export(LearnerClustCobweb)
export(LearnerClustDBSCAN)
export(LearnerClustDBSCANfpc)
export(LearnerClustDiana)
export(LearnerClustEM)
export(LearnerClustFanny)
export(LearnerClustFarthestFirst)
export(LearnerClustFeatureless)
export(LearnerClustHDBSCAN)
export(LearnerClustHclust)
export(LearnerClustKKMeans)
export(LearnerClustKMeans)
export(LearnerClustMclust)
export(LearnerClustMeanShift)
export(LearnerClustMiniBatchKMeans)
export(LearnerClustOPTICS)
export(LearnerClustPAM)
export(LearnerClustSimpleKMeans)
export(LearnerClustXMeans)
export(MeasureClust)
export(PredictionClust)
export(TaskClust)
export(as_prediction_clust)
export(as_task_clust)
import(checkmate)
import(data.table)
import(mlr3)
import(mlr3misc)
import(paradox)
importFrom(R6,R6Class)
importFrom(clue,cl_predict)
importFrom(cluster,silhouette)
importFrom(fpc,cluster.stats)
importFrom(stats,dist)
importFrom(stats,model.frame)
importFrom(stats,predict)
importFrom(stats,runif)
importFrom(stats,terms)
importFrom(utils,bibentry)