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 cbdd94b commit 11121d1Copy full SHA for 11121d1
aeon/anomaly_detection/whole_series/_rockad.py
@@ -24,7 +24,7 @@ class ROCKAD(BaseCollectionAnomalyDetector):
24
The data gets transformed into the ROCKET feature space.
25
Then the whole-series are compared based on the feature space by
26
finding the nearest neighbours. The time-point based ROCKAD anomaly detector
27
- can be found at aeon/anomaly_detection/_rockad.py
+ can be found at aeon/anomaly_detection/series/distance_based/_rockad.py
28
29
This class supports both univariate and multivariate time series and
30
provides options for normalizing features, applying power transformations,
0 commit comments