Utility function that runs the configured set of feature functions on a single passed meter. This is useful for testing and feature development, but also as the function called by parallelizable methods like apply, and the *ply function of plyr to run feature extraction in on multiple cores of a computer.
1 | iterator.runMeter(meterId, custFn, ctx, ...)
|
meterId |
The meterId to use to instantiate a |
custFn |
The feature extraction function(s) to run on the instance of |
ctx |
The ctx environment for the feature extraction. |
... |
Additional arguments to be passed to the feature extraction function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.