model_predict {struct} | R Documentation |
Apply a model using the input dataset_ Assumes the model is trained first.
model_predict(M, D)
M |
a model object |
D |
a dataset object |
Returns a modified model object
M = example_model() M = model_predict(M,iris_DatasetExperiment())