Skip to content

Commit afbd04b

Browse files
doctest
1 parent 49163c6 commit afbd04b

File tree

1 file changed

+4
-4
lines changed
  • aeon/anomaly_detection/series/distance_based

1 file changed

+4
-4
lines changed

aeon/anomaly_detection/series/distance_based/_rockad.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ class ROCKAD(BaseSeriesAnomalyDetector):
8585
>>> detector.fit(X_train)
8686
ROCKAD(...)
8787
>>> detector.predict(X_test)
88-
array([0. 0.00554713 0.06990941 0.2288106 0.32382585 0.43652154
89-
0.43652154 0.43652154 0.43652154 0.43652154 0.43652154 0.43652154
90-
0.43652154 0.43652154 0.43652154 0.52382585 0.65200875 0.80313368
91-
0.85194344 1. ])
88+
array([0. , 0.00554713, 0.0699094 , 0.22881059, 0.32382585,
89+
0.43652154, 0.43652154, 0.43652154, 0.43652154, 0.43652154,
90+
0.43652154, 0.43652154, 0.43652154, 0.43652154, 0.43652154,
91+
0.52382585, 0.65200875, 0.80313368, 0.85194345, 1. ])
9292
"""
9393

9494
_tags = {

0 commit comments

Comments
 (0)