| Trees | Indices | Help |
|
|---|
|
|
Edit distance between chord sequences.
Author: Mark Granroth-Wilding <mark.granroth-wilding@ed.ac.uk>
|
|||
|
|||
|
|||
|
|||
__package__ =
|
|||
|
|||
Computes the edit distance between two chord sequences to score the extent of the matching between the two sequences between 0 and 1. Each sequence should be a list of jazzparser.data.db_mirrors.Chords. The metric is key-independent. The distance will be tried for every transposition of one of the sequences and the closest match will be used. |
Performs the same alignment as chord_sequence_match_score, but returns the actual alignment of chords. The alignment assumes that the first sequence is transposed by
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:55 2012 | http://epydoc.sourceforge.net |