Overview#

The phylozoo.core.split module provides data structures for working with splits, which represent bipartitions of taxa sets and form the mathematical foundation for phylogenetic tree and network representations.

All classes and functions on this page can be imported from the core split module:

from phylozoo.core.split import *
# or directly
from phylozoo.core.split import Split, SplitSystem, WeightedSplitSystem

Classes#

See Also#