iterator.callAllFromCtx: Run feature algorithms specified in the ctx environment

Description Usage Arguments

View source: R/iterator.R

Description

This function loads the meter data associated with the passed meterId and creates a MeterDataClass instance using that data. It then passes that meter data object into every feature function in the list found in the ctx environment under fnVector, concatenating all the results into a single list with named values.

Usage

1
iterator.callAllFromCtx(meterDataClass, ctx, ...)

Arguments

meterDataClass

The MeterDataClass object that contains the data to be analyzed.

ctx

The ctx environment that contains the list of functions to run under the name fnVector and configures feature runs and provides a place to store and pass data across feature function calls.

...

Additional arguments that will be passed into the feature functions.


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