iterator.callAll: Run multiple feature algorithms specified in a list of...

Description Usage Arguments

View source: R/iterator.R

Description

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.

Usage

1
iterator.callAll(meterDataClass, ctx, fnList, ...)

Arguments

meterDataClass

The MeterDataClass object that contains the data to be analyzed.

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 MeterDataClass.

...

Additional arguments that will be passed into the feature functions.


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