Description Usage Arguments Value Examples
Returns the results of an iterator. This is used to control model flow in a
similar way to predict
for model and model_seq objects.
1 | result(M)
|
M |
an iterator object |
the returned output varies with the algorithm implemented
1 2 3 4 5 6 | D = iris_DatasetExperiment() # get some data
MET = metric() # use a metric
I = example_iterator() # initialise iterator
models(I) = example_model() # set the model
I = run(I,D,MET) # run
result(I)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.