Overview ======== The :mod:`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: .. code-block:: python from phylozoo.core.split import * # or directly from phylozoo.core.split import Split, SplitSystem, WeightedSplitSystem Classes ------- - :doc:`Split ` - Individual bipartitions - :doc:`Split System and Weighted Split System` - Collections of splits for phylogenetic analysis See Also -------- - :doc:`API Reference <../../../api/core/splits>` - Complete function signatures