-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
67 lines (66 loc) · 2.06 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
61
62
63
64
65
66
67
# Generated by roxygen2: do not edit by hand
S3method(as_precrec,BenchmarkResult)
S3method(as_precrec,PredictionClassif)
S3method(as_precrec,ResampleResult)
S3method(autoplot,BenchmarkResult)
S3method(autoplot,EnsembleFSResult)
S3method(autoplot,Filter)
S3method(autoplot,LearnerClassif)
S3method(autoplot,LearnerClassifCVGlmnet)
S3method(autoplot,LearnerClassifGlmnet)
S3method(autoplot,LearnerClassifRpart)
S3method(autoplot,LearnerClustAgnes)
S3method(autoplot,LearnerClustDiana)
S3method(autoplot,LearnerClustHclust)
S3method(autoplot,LearnerClustHierarchical)
S3method(autoplot,LearnerRegr)
S3method(autoplot,LearnerRegrCVGlmnet)
S3method(autoplot,LearnerRegrGlmnet)
S3method(autoplot,LearnerRegrRpart)
S3method(autoplot,LearnerSurvCoxPH)
S3method(autoplot,OptimInstanceBatchSingleCrit)
S3method(autoplot,PredictionClassif)
S3method(autoplot,PredictionClust)
S3method(autoplot,PredictionRegr)
S3method(autoplot,ResampleResult)
S3method(autoplot,TaskClassif)
S3method(autoplot,TaskClust)
S3method(autoplot,TaskRegr)
S3method(autoplot,TuningInstanceBatchSingleCrit)
S3method(fortify,BenchmarkResult)
S3method(fortify,Filter)
S3method(fortify,OptimInstanceBatchSingleCrit)
S3method(fortify,Prediction)
S3method(fortify,ResampleResult)
S3method(fortify,Task)
S3method(plot,BenchmarkResult)
S3method(plot,Filter)
S3method(plot,LearnerClassifCVGlmnet)
S3method(plot,LearnerClassifGlmnet)
S3method(plot,LearnerClassifRpart)
S3method(plot,LearnerRegrCVGlmnet)
S3method(plot,LearnerRegrGlmnet)
S3method(plot,LearnerRegrRpart)
S3method(plot,LearnerSurvCoxPH)
S3method(plot,PredictionClassif)
S3method(plot,PredictionRegr)
S3method(plot,ResampleResult)
S3method(plot,TaskClassif)
S3method(plot,TaskRegr)
S3method(print,DelayedPatchworkPlot)
export(as_precrec)
export(autoplot)
export(fortify)
export(plot_learner_prediction)
import(checkmate)
import(data.table)
import(ggplot2)
import(mlr3misc)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,fortify)
importFrom(graphics,plot)
importFrom(scales,pretty_breaks)
importFrom(stats,as.dendrogram)
importFrom(stats,sd)
importFrom(utils,bibentry)
importFrom(utils,head)