iterator.runMeter: Run features for a single meterId

Description Usage Arguments

View source: R/iterator.R

Description

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.

Usage

1
iterator.runMeter(meterId, custFn, ctx, ...)

Arguments

meterId

The meterId to use to instantiate a MeterDataClass object

custFn

The feature extraction function(s) to run on the instance of MeterDataClass. If it is a list of feature functions, the results will be c()'d together, so make sure the names of their return values are unique!

ctx

The ctx environment for the feature extraction.

...

Additional arguments to be passed to the feature extraction function.


ConvergenceDA/visdom documentation built on May 6, 2019, 12:51 p.m.