EnsembleProcessorAdapter#
- class sdm.processing.common.EnsembleProcessorAdapter(processor: Processor)#
Bases:
EnsembleProcessor,EnsembleInvertibleMixinAdapt an ordinary processor to ensemble-aware processing.
The adapter turns a
Processorinto anEnsembleProcessor. It copies and fits the processor separately for each group of compatible tables in anEnsembleTable.The wrapped processor must preserve row and leading dimensions as required by the
Processorcontract. A processor that changes the ensemble structure must implementEnsembleProcessordirectly. Inverse transformation requires the wrapped processor to implementInvertibleMixin.- Parameters:
processor (Processor) – Processor to fit separately for each ensemble table group.
Capabilities#
Handled Semantic Types |
instance-specific |
Requires Fitting |
instance-specific |