Description Usage Arguments Value Examples
An example iterator for testing
runs the example iterator, which just returns a value of 3.142
1 2 |
I |
example_iterator object |
D |
dataset object |
MET |
metric object |
test iterator object
dataset object
1 2 3 4 5 6 | 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.