garrettwrong / cuTWED

Linear memory CUDA Time Warp Edit Distance
GNU General Public License v3.0
28 stars 4 forks source link

Return alignments #24

Open tslater opened 3 years ago

tslater commented 3 years ago

From what I understand this library only returns the distance score. I'm wondering if it is also possible to get information about where the two series align?

garrettwrong commented 3 years ago

Not currently in my code. There is the possibility to yield backtracking information as demonstrated on the TWED wiki page, but I have not implemented it here yet. I wasnt sure if anyone would use it. Check that out and let me know if that is what you are looking for. Thanks