Similarity search¶
The aeon.similarity_search
module contains algorithms and tools for similarity
search tasks.
Similarity search estimators¶
|
Query search estimator. |
|
Series search estimator. |
Distance profile functions¶
|
Compute a distance profile in a brute force way. |
|
Compute a distance profile in a brute force way. |
|
Compute a distance profile using the squared Euclidean distance. |
|
Compute a distance profile in a brute force way. |
|
Compute a distance profile using the squared Euclidean distance. |
|
Compute a distance profile in a brute force way. |
Matrix profile functions¶
|
Compute a matrix profile in a naive way, by looping through a query search. |
Compute a euclidean matrix profile using STOMP [R09890e332136-1]. |
|
|
Compute a euclidean euclidean matrix profile using STOMP [Rbaec2cda0e64-1]. |
Compute a squared euclidean matrix profile using STOMP [Rbd51474c7e20-1]. |
|
|
Compute a squared euclidean matrix profile using STOMP [R4dbd18cdbad6-1]. |