| Trees | Indices | Help |
|
|---|
|
|
Functions for evaluating tonal space paths and parse results.
|
|||
tonal_space_alignment_costs = NonePerforms an alignment of two tonal space paths and returns a dictionary of costs incurred in the optimal alignment. |
|||
tonal_space_distance = NonePerforms an alignment of two tonal space paths and computes a distance metric between them. |
|||
|
|||
tonal_space_alignment_costsPerforms an alignment of two tonal space paths and returns a dictionary of costs incurred in the optimal alignment. The values must include 'deletions', 'substitutions' and 'insertions' and may also include more fine-grained information, like 'root_subs' and 'function_subs'.
|
tonal_space_distancePerforms an alignment of two tonal space paths and computes a distance metric between them. The metric is assumed to be based on edit distance, so to have a minimum value of 0 (identity) and maximum the length of the longer sequence.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |