This function passes the meterDataClass object into
every feature function in the list found in the parameter fnList
,
concatenating all the results into a single list with named values.
1 | iterator.callAll(meterDataClass, ctx, fnList, ...)
|
meterDataClass |
The |
ctx |
The ctx environment that configures feature runs and provides a place to store and pass data across feature function calls. |
fnList |
The list of feature extraction functions to be run against the |
... |
Additional arguments that will be passed into the feature functions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.