Skip to content

Commit

Permalink
[patch:docs] Fix Preprocess.downsample() documentation (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Jan 5, 2020
1 parent 501780f commit 0a82b21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/sequentia/preprocessing/preprocess.py
Expand Up @@ -15,8 +15,9 @@ def normalize(self):

def downsample(self, n, method='decimate'):
"""Downsamples an observation sequence (or multiple sequences) by either:
- Decimating the next :math:`n-1` observations
- Averaging the current observation with the next :math:`n-1` observations
- Decimating the next :math:`n-1` observations
- Averaging the current observation with the next :math:`n-1` observations
Parameters
----------
Expand Down

0 comments on commit 0a82b21

Please sign in to comment.