predicted_name: Predicted output name

Description Usage Arguments Value Examples

Description

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

Usage

1
2
3

Arguments

M

a model object

value

name of an output for this model

Value

predicted_name

returns the name of the predicted output

predicted_name<-

sets the name of the predicted output

Examples

1
2
3
M = example_model()
predicted_name(M)
predicted_name(M) = 'result_2'

struct documentation built on Nov. 8, 2020, 8:14 p.m.