You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow-on from issue #319.
Basically, the PD and PE calcs iterate over all the labels in the neighbour
set, skipping those not in the tree. It would speed up the calculations if we
started with a list of those on the tree, as then there would be no need to
check the validity repeatedly.
The PD_per_taxon index will also be correctly calculated since it will divide
PD by the nodes actually used, not the full list of species.
Original issue reported on code.google.com by shawnlaffan on 9 Aug 2012 at 2:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
shawnlaffan
on 9 Aug 2012 at 2:55The text was updated successfully, but these errors were encountered: