A simple Dictionary
storing objects of class Graph
.
The dictionary contains a collection of often-used graph structures, and it's aim
is solely to make often-used functions more accessible.
Each Graph
has an associated help page, which can be accessed via ?mlr_graphs_<key>
, i.e.
?mlr_graphs_bagging
.
Format
R6Class
object inheriting from mlr3misc::Dictionary
.
Methods
Methods inherited from Dictionary
, as well as:
add(key, value)
(character(1)
,function
)
Adds constructorvalue
to the dictionary with keykey
, potentially overwriting a previously stored item.
S3 methods
as.data.table(dict)
Dictionary
->data.table::data.table
Returns adata.table
with columnkey
(character
).
See also
Other mlr3pipelines backend related:
Graph
,
PipeOp
,
PipeOpTargetTrafo
,
PipeOpTaskPreproc
,
PipeOpTaskPreprocSimple
,
mlr_pipeops
,
mlr_pipeops_updatetarget
Other Dictionaries:
mlr_pipeops