R/mlr_graphs_elements.R
pipeline_greplicate.Rd
Create a new Graph
containing n
copies of the input Graph
/ PipeOp
. To avoid ID
collisions, PipeOp IDs are suffixed with _i
where i
ranges from 1 to n
.
pipeline_greplicate(graph, n)
graph |
|
---|---|
n |
|
Graph
containing n
copies of input graph
.
Other Graph operators:
%>>%()
,
as_graph()
,
as_pipeop()
,
assert_graph()
,
assert_pipeop()
,
greplicate()
,
gunion()
#> Graph with 2 PipeOps: #> ID State sccssors prdcssors #> pca_1 <<UNTRAINED>> #> pca_2 <<UNTRAINED>>