Skip to content

Commit e304b36

Browse files
committed
changed summary_stats
1 parent 16bc12e commit e304b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aeon/clustering/feature_based/_summary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class SummaryClusterer(BaseClusterer):
2929
The options are as follows, with float denoting the percentile value extracted
3030
from the series:
3131
- "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
32+
- "quantiles": 0.0215, 0.0887, 0.25, 0.5, 0.75, 0.9113, 0.9785
3333
- "bowley": min, max, 0.1, 0.25, 0.5, 0.75, 0.9
3434
- "tukey": min, max, 0.125, 0.25, 0.5, 0.75, 0.875
3535
estimator : sklearn clusterer, default=None

0 commit comments

Comments
 (0)