Global alignment method for decimal sequence and distance

65 Views Asked by At

Hi
I'd like to align two decimal sequences to calculate the distance between them and be able to perform an sum of them
for example let S1 and S2 be these two sequences :
S1=[0.568,0.469,0.3658,0.31667]
S2=[0.64918,1.16]
This is only a random example to show you my point
I'm currently trying to use the Needleman–Wunsch algorithm to perform that but it's really hard to translate that one to numerical and now i'm trying with Levenshtein distance
But is there an algorithm designed for this kind of problem which is numerical data only ?

0

There are 0 best solutions below