Table of Contents

Class AbsoluteDifference

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that calculates the absolute difference between all pairs of arrays in the sequence.

public class AbsoluteDifference : BinaryArrayTransform
Inheritance
AbsoluteDifference
Inherited Members

Methods

Process<TArray>(IObservable<Tuple<TArray, TArray>>)

Calculates the absolute difference between all pairs of arrays in an observable sequence.