Skip to content

Commit 11121d1

Browse files
committed
corrected path to the time-point based ROCKAD in class description
1 parent cbdd94b commit 11121d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aeon/anomaly_detection/whole_series/_rockad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ROCKAD(BaseCollectionAnomalyDetector):
2424
The data gets transformed into the ROCKET feature space.
2525
Then the whole-series are compared based on the feature space by
2626
finding the nearest neighbours. The time-point based ROCKAD anomaly detector
27-
can be found at aeon/anomaly_detection/_rockad.py
27+
can be found at aeon/anomaly_detection/series/distance_based/_rockad.py
2828
2929
This class supports both univariate and multivariate time series and
3030
provides options for normalizing features, applying power transformations,

0 commit comments

Comments
 (0)