model_predict {struct}R Documentation

Model prediction

Description

Apply a model using the input dataset_ Assumes the model is trained first.

Usage

model_predict(M, D)

Arguments

M

a model object

D

a dataset object

Value

Returns a modified model object

Examples

M = example_model()
M = model_predict(M,iris_DatasetExperiment())

[Package struct version 1.2.0 Index]