Class | Description |
---|---|
WindowProduct1 |
Evaluates the product of elements of a sliding window of width 4, on a
vector that contains no null values.
|
WindowProduct2 |
Evaluates the product of elements of a sliding window of width 4, on a
vector that contains some null values.
|
WindowProductMultiQuery |
Evaluates the product of elements of a sliding window of width 3, and
requests the explanation of all elements of the output vector in a single
graph.
|
Copyright © Sylvain HallĂ©. All Rights Reserved.