-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
62 lines (61 loc) · 1.53 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
# Generated by roxygen2: do not edit by hand
S3method(as_benchmark_result,OMLCollection)
S3method(as_data_backend,OMLData)
S3method(as_data_backend,OMLRun)
S3method(as_data_backend,OMLTask)
S3method(as_learner,OMLFlow)
S3method(as_learners,OMLCollection)
S3method(as_resample_result,OMLRun)
S3method(as_resampling,OMLRun)
S3method(as_resampling,OMLTask)
S3method(as_resamplings,OMLCollection)
S3method(as_task,OMLData)
S3method(as_task,OMLRun)
S3method(as_task,OMLTask)
S3method(as_tasks,OMLCollection)
export(OMLCollection)
export(OMLData)
export(OMLFlow)
export(OMLObject)
export(OMLRun)
export(OMLTask)
export(list_oml_data)
export(list_oml_evaluations)
export(list_oml_flows)
export(list_oml_measures)
export(list_oml_runs)
export(list_oml_setups)
export(list_oml_tasks)
export(ocl)
export(odt)
export(oflw)
export(orn)
export(otsk)
export(publish_collection)
export(publish_data)
export(publish_task)
export(read_arff)
export(write_arff)
import(checkmate)
import(data.table)
import(mlr3)
import(mlr3misc)
import(stringi)
importFrom(R6,R6Class)
importFrom(bit64,integer64)
importFrom(methods,hasArg)
importFrom(mlr3,as_benchmark_result)
importFrom(mlr3,as_data_backend)
importFrom(mlr3,as_learner)
importFrom(mlr3,as_learners)
importFrom(mlr3,as_resample_result)
importFrom(mlr3,as_resampling)
importFrom(mlr3,as_resamplings)
importFrom(mlr3,as_task)
importFrom(mlr3,as_tasks)
importFrom(stats,rnorm)
importFrom(utils,bibentry)
importFrom(utils,installed.packages)
importFrom(utils,tail)
useDynLib(mlr3oml,c_parse_arff_levels)
useDynLib(mlr3oml,c_remove_comment)