Reducer
- class aixd.sampler.reducers.Reducer(operator: Operator)[source]
- Bases: - object- Perform agregation operations on the output of an operator. - Parameters:
- operator (Operator) – The operator to perform the aggregation on. 
 - Methods - Evaluate the operator with given data. - Check if the operator is differentiable.