example_iterator-class | R Documentation |
An example iterator for testing
runs the example iterator, which just returns a value of 3.142
## S4 method for signature 'example_iterator,DatasetExperiment,metric'
run(I, D, MET)
I |
example_iterator object |
D |
dataset object |
MET |
metric object |
test iterator object
dataset object
I = example_iterator()
I = example_iterator()
D = iris_DatasetExperiment()
MET = metric()
I = run(I,D,MET)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.