Class Reduce
Represents an operator that reduces every array in the sequence to a 1D vector using the specified operation.
public class Reduce : ArrayTransform
- Inheritance
-
Reduce
- Inherited Members
Properties
- Axis
Gets or sets the dimension along which to reduce the array.
- Operation
Gets or sets a value specifying the reduction operation to be applied.
Methods
- Process<TArray>(IObservable<TArray>)
Reduces every array in an observable sequence to a 1D vector using the specified operation.