Description Usage Arguments Value Examples
Applies a method to the input dataset
1 | model_apply(M, D)
|
M |
a 'method' object |
D |
another object used by the first |
Returns a modified method object
1 2 | M = example_model()
M = model_apply(M,iris_DatasetExperiment())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.