Skip to content

Commit

Permalink
added the ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzb56 committed Jan 14, 2025
1 parent f17762e commit 9c3a036
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/distances/distances.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@
" functions available in [1] and show how they can be used with\n",
" aeon and scikit-learn estimators on [this page](sklearn_distances.ipynb).\n",
"\n",
" ---\n",
"\n",
"## **Navigation**\n",
"- [Introduction](#introduction)\n",
"- [Simple Distance Use Case](#simple-use-case-for-distances)\n",
"- [Basic Motivation for Elastic Distances](#Basic-Motivation-for-Elastic-Distances)\n",
"- [Dynamic Time Warping](#dynamic-time-warping)\n",
"- [Custom parameters for distances](#custom-parameters-for-distances)\n",
"- [Pairwise Distances](#pairwise-distances)\n",
"- [Alignment Paths](#alignment-paths)\n",
"- [Multivariate Distances](#multivariate-distances)\n",
"- [Unequal Length Series](#unequal-length-series)\n",
"- [Other Distance Functions](#other-distance-functions)\n",
"\n",
"---\n",
"\n",
"## **Introduction**\n",
"\n",
"The goal of a distance computation is to measure the dis-similarity between the time\n",
"series `a` and `b`. A distance function should take `a` and `b` as parameters and return\n",
"a float that is the computed distance between `a` and `b`. The value returned should\n",
Expand Down

0 comments on commit 9c3a036

Please sign in to comment.