The Sliding shift setting controls window overlap by defining how many samples the window moves forward to form the next segment.
- If the shift equals the window size, there is no overlap between consecutive windows.
- If the shift is smaller than the window size, consecutive windows share overlapping samples.
- The shift value cannot exceed the window size.
- Sliding shift is available for both training and inference.