We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32332b5 commit c77fe1eCopy full SHA for c77fe1e
aeon/anomaly_detection/whole_series/__init__.py
@@ -4,10 +4,12 @@
4
"BaseCollectionAnomalyDetector",
5
"ClassificationAdapter",
6
"OutlierDetectionAdapter",
7
+ "ROCKAD",
8
]
9
10
from aeon.anomaly_detection.whole_series._classification import ClassificationAdapter
11
from aeon.anomaly_detection.whole_series._outlier_detection import (
12
OutlierDetectionAdapter,
13
)
14
+from aeon.anomaly_detection.whole_series._rockad import ROCKAD
15
from aeon.anomaly_detection.whole_series.base import BaseCollectionAnomalyDetector
0 commit comments