[DOC] Add API Reference for distance profiles in Similarity Search module #1425
Labels
documentation
Improvements or additions to documentation
enhancement
New feature, improvement request or other non-bug code enhancement
Describe the feature or idea you want to propose
The distance profile functions implemented in aeon are:
euclidean_distance_profile
normalized_euclidean_distance_profile
naive_distance_pofile
normalized_naive_distance_profile
squared_distance_profile
andnormalized_squared_distance_profile
But 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
The text was updated successfully, but these errors were encountered: