Skip to content

finalfire/RustMPED

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic implementation of the MPED in Rust

Introduction

The Multi-Parameterized Edit Distance is a string metric which allows to compute the minimum edit distance between data streams defined on heterogeneous alphabets, based on the so called concept of matching schema which represents a way to match different symbols, whereas finding the optimal matching schema is part of the problem.

References

F. Cauteruccio, C. Stamile, G. Terracina, D. Ursino, D. Sappey-Marinier, "An automated string-based approach to extracting and characterizing White Matter fiber-bundles", Computers in Biology and Medicine, Volume 77, 1 October 2016, Pages 64–75.

Acknowledgements

  • Thanks to Luca Cinelli for the original implementation (in C++) of the edit_distance_enhanced_diagonal function.

About

A basic implementation of the MPED in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages