Closed yinyee closed 3 years ago
I was wondering if the size of the reduced dimension in out should be y instead of y-1 ?
out
My mistake.
y-1 is correct, because given a series of y values, we are able to define y-1 buckets or ranges.
It helps me to draw an analogy with histograms.
I was wondering if the size of the reduced dimension in
out
should be y instead of y-1 ?