-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
70 lines (69 loc) · 1.94 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
68
69
70
# Generated by roxygen2: do not edit by hand
S3method(as.data.table,ArchiveBatchFSelect)
S3method(as.data.table,DictionaryFSelector)
S3method(as.data.table,EnsembleFSResult)
S3method(extract_inner_fselect_archives,BenchmarkResult)
S3method(extract_inner_fselect_archives,ResampleResult)
S3method(extract_inner_fselect_results,BenchmarkResult)
S3method(extract_inner_fselect_results,ResampleResult)
export(ArchiveBatchFSelect)
export(AutoFSelector)
export(ContextBatchFSelect)
export(EnsembleFSResult)
export(FSelectInstanceBatchMultiCrit)
export(FSelectInstanceBatchSingleCrit)
export(FSelector)
export(FSelectorBatch)
export(FSelectorBatchDesignPoints)
export(FSelectorBatchExhaustiveSearch)
export(FSelectorBatchFromOptimizerBatch)
export(FSelectorBatchGeneticSearch)
export(FSelectorBatchRFE)
export(FSelectorBatchRFECV)
export(FSelectorBatchRandomSearch)
export(FSelectorBatchSequential)
export(FSelectorBatchShadowVariableSearch)
export(ObjectiveFSelect)
export(ObjectiveFSelectBatch)
export(assert_fselect_instance)
export(assert_fselect_instance_async)
export(assert_fselect_instance_batch)
export(assert_fselector_async)
export(assert_fselector_batch)
export(assert_fselectors)
export(auto_fselector)
export(callback_batch_fselect)
export(clbk)
export(clbks)
export(embedded_ensemble_fselect)
export(ensemble_fselect)
export(extract_inner_fselect_archives)
export(extract_inner_fselect_results)
export(fs)
export(fselect)
export(fselect_nested)
export(fsi)
export(fss)
export(mlr_callbacks)
export(mlr_fselectors)
export(mlr_terminators)
export(trm)
export(trms)
import(bbotk)
import(checkmate)
import(data.table)
import(mlr3)
import(mlr3misc)
import(paradox)
importFrom(R6,R6Class)
importFrom(bbotk,mlr_terminators)
importFrom(bbotk,trm)
importFrom(bbotk,trms)
importFrom(mlr3misc,clbk)
importFrom(mlr3misc,clbks)
importFrom(mlr3misc,mlr_callbacks)
importFrom(stats,sd)
importFrom(utils,bibentry)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,packageVersion)