Learn Before
Concept
Minimum Cost Alignment
2 steps to compute the alignment path:
- The backpointers are stored in each cell by augmenting the minimum edit distance algorithm.
- A backtrace is performed from the last cell to where the pointers are pointing to through the dynamic programming matrix.

0
1
Updated 2021-09-11
Tags
Data Science