sup3r.preprocessing.conditional_moment_batch_handling

Sup3r conditional moment batch_handling module.

Classes

BatchHandlerMom1(data_handlers[, ...])

Sup3r base batch handling class

BatchHandlerMom1SF(data_handlers[, ...])

Sup3r batch handling class for first conditional moment of subfilter velocity

BatchHandlerMom2(data_handlers[, ...])

Sup3r batch handling class for second conditional moment

BatchHandlerMom2SF(data_handlers[, ...])

Sup3r batch handling class for second conditional moment of subfilter velocity

BatchHandlerMom2Sep(data_handlers[, ...])

Sup3r batch handling class for second conditional moment separate from first moment

BatchHandlerMom2SepSF(data_handlers[, ...])

Sup3r batch handling class for second conditional moment of subfilter velocity separate from first moment

BatchMom1(low_res, high_res, output, mask)

Batch of low_res, high_res and output data

BatchMom1SF(low_res, high_res, output, mask)

Batch of low_res, high_res and output data when learning first moment of subfilter vel

BatchMom2(low_res, high_res, output, mask)

Batch of low_res, high_res and output data when learning second moment

BatchMom2SF(low_res, high_res, output, mask)

Batch of low_res, high_res and output data when learning second moment of subfilter vel

BatchMom2Sep(low_res, high_res, output, mask)

Batch of low_res, high_res and output data when learning second moment separate from first moment

BatchMom2SepSF(low_res, high_res, output, mask)

Batch of low_res, high_res and output data when learning second moment of subfilter vel separate from first moment

SpatialBatchHandlerMom1(data_handlers[, ...])

Sup3r spatial batch handling class

SpatialBatchHandlerMom1SF(data_handlers[, ...])

Sup3r spatial batch handling class for first conditional moment of subfilter velocity

SpatialBatchHandlerMom2(data_handlers[, ...])

Sup3r spatial batch handling class for second conditional moment

SpatialBatchHandlerMom2SF(data_handlers[, ...])

Sup3r spatial batch handling class for second conditional moment of subfilter velocity

SpatialBatchHandlerMom2Sep(data_handlers[, ...])

Sup3r spatial batch handling class for second conditional moment separate from first moment

SpatialBatchHandlerMom2SepSF(data_handlers)

Sup3r spatial batch handling class for second conditional moment of subfilter velocity separate from first moment

ValidationDataMom1(data_handlers[, ...])

Iterator for validation data

ValidationDataMom1SF(data_handlers[, ...])

Iterator for validation data for first conditional moment of subfilter velocity

ValidationDataMom2(data_handlers[, ...])

Iterator for subfilter validation data for second conditional moment

ValidationDataMom2SF(data_handlers[, ...])

Iterator for validation data for second conditional moment of subfilter velocity

ValidationDataMom2Sep(data_handlers[, ...])

Iterator for subfilter validation data for second conditional moment separate from first moment

ValidationDataMom2SepSF(data_handlers[, ...])

Iterator for validation data for second conditional moment of subfilter velocity separate from first moment