Description Usage Arguments Value Examples
get/set the prediction output for a model_ This determines which outputs from this model are supplied as inputs to the next model when used in a model_seq
1 2 3 | result_name(M)
result_name(I) <- value
|
M |
an iterator object |
I |
an iterator object |
value |
name of an output for iterator M |
result_name(M)
returns the name of the output for this iterator
(equivalent to predicted
for model objects)
result_name(I)<-
sets the default output for an iterator
1 2 3 | I = example_iterator() # initialise iterator
result_name(I)
result_name(I) = 'result_1'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.