output of SlidingWindowFeature and SlidingWindow seems incorrect #1318
amitli1
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to understand how
SlidingWindowFeature
andSlidingWindow
works.I read the documentation but still confused with the results.
[0-100], [50-150], [100-200]
But when I run the following code, I'm getting 200 features:
output:
4, 200
Beta Was this translation helpful? Give feedback.
All reactions