predicted {struct} | R Documentation |
returns the prediction output for a model_ This is supplied as input to the next model when used in a model_seq
predicted(M)
M |
a model object |
The value returned varies depending on the output_
M = example_model() M = model_train(M, iris_DatasetExperiment()) M = model_predict(M, iris_DatasetExperiment()) predicted(M)