ms609 / TreeDist

Calculate distances between phylogenetic trees in R
https://ms609.github.io/TreeDist/
29 stars 6 forks source link

NNI dist performance #22

Closed ms609 closed 4 years ago

ms609 commented 4 years ago

cpp_robinson_foulds_matching seems to be written with a view to insertion into cpp_nni_distance, where we could also replace cpp_edge_to_splits with a more streamlined bespoke function giving us the minimum required to calculate the matching.