esem.wrappers.ProcessWrapper

class esem.wrappers.ProcessWrapper(data, data_processors=None)

This class handles applying any data pre- and post-processing by any provided DataProcessor

__init__(data, data_processors=None)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(data[, data_processors])

Initialize self.

post_process(mean, variance)

Any necessary reshaping or un-weightings are performed here

pre_process(data)

Any necessary rescaling or weightings are performed here

Attributes

data