Description:
Estimates the distances between lists of symbols.
INPUT
l-seq : list of lists of symbols;
change : cost when changing a symbol;
ins/sup : cost when inserting or deleting a symbol;
inex : added cost when the edition is made on a symbol not actual in the other list;
scale : scaling of the distance (ABSOLUTE / RELATIVE), default : ABSOLUTE;
result : output mode - list of list (short), easy-to-read mode (extended) or save to file (save).
OUTPUT
A matrix of distances
|