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 | predicted_name(M)
predicted_name(M) <- value
|
M |
a model object |
value |
name of an output for this model |
predicted_name
returns the name of the predicted output
predicted_name<-
sets the name of the predicted output
1 2 3 | M = example_model()
predicted_name(M)
predicted_name(M) = 'result_2'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.