aeon
aeon copied to clipboard
[DOC] Add API Reference for distance profiles in Similarity Search module
Describe the feature or idea you want to propose
The distance profile functions implemented in aeon are:
euclidean_distance_profilenormalized_euclidean_distance_profilenaive_distance_pofilenormalized_naive_distance_profilesquared_distance_profileandnormalized_squared_distance_profileBut they are not mentioned in the API references: https://www.aeon-toolkit.org/en/latest/api_reference/similarity_search.html
Describe your proposed solution
Add docstrings to the above functions.
Describe alternatives you've considered, if relevant
No response
Additional context
No response