Skip to content

Commit c77fe1e

Browse files
committed
add whole-series ROCKAD to __init__.py
1 parent 32332b5 commit c77fe1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aeon/anomaly_detection/whole_series/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"BaseCollectionAnomalyDetector",
55
"ClassificationAdapter",
66
"OutlierDetectionAdapter",
7+
"ROCKAD",
78
]
89

910
from aeon.anomaly_detection.whole_series._classification import ClassificationAdapter
1011
from aeon.anomaly_detection.whole_series._outlier_detection import (
1112
OutlierDetectionAdapter,
1213
)
14+
from aeon.anomaly_detection.whole_series._rockad import ROCKAD
1315
from aeon.anomaly_detection.whole_series.base import BaseCollectionAnomalyDetector

0 commit comments

Comments
 (0)