We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16bc12e commit e304b36Copy full SHA for e304b36
aeon/clustering/feature_based/_summary.py
@@ -29,7 +29,7 @@ class SummaryClusterer(BaseClusterer):
29
The options are as follows, with float denoting the percentile value extracted
30
from the series:
31
- "default": mean, std, min, max, 0.25, 0.5, 0.75
32
- - "percentiles": 0.0215, 0.0887, 0.25, 0.5, 0.75, 0.9113, 0.9785
+ - "quantiles": 0.0215, 0.0887, 0.25, 0.5, 0.75, 0.9113, 0.9785
33
- "bowley": min, max, 0.1, 0.25, 0.5, 0.75, 0.9
34
- "tukey": min, max, 0.125, 0.25, 0.5, 0.75, 0.875
35
estimator : sklearn clusterer, default=None
0 commit comments