Critique#

Critique#

We support functionality for comparing trees to one another, for example when benchmarking new algorithms.

critique.robinson_foulds(tree1, tree2)

Compares two trees with Robinson-Foulds distance.

critique.triplets_correct(tree1, tree2[, ...])

Calculate the triplets correct accuracy between two trees.