Skip to content

Commit

Permalink
[DOC] DFT instead of PAA in SFA docstring (#1849)
Browse files Browse the repository at this point in the history
* Documentation fix. Replace PAA by DFT
  • Loading branch information
hadifawaz1999 authored Jul 26, 2024
1 parent 0087b55 commit d9142cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aeon/transformations/collection/dictionary_based/_sfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SFA(BaseCollectionTransformer):
Parameters
----------
word_length: int, default = 8
length of word to shorten window to (using PAA)
length of word to shorten window to (using DFT)
alphabet_size: int, default = 4
number of values to discretise each value to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class SFAFast(BaseCollectionTransformer):
Parameters
----------
word_length : int, default = 8
Length of word to shorten window to (using PAA).
Length of word to shorten window to (using DFT).
alphabet_size : int, default = 4
Number of values to discretise each value to.
window_size : int, default = 12
Expand Down

0 comments on commit d9142cd

Please sign in to comment.