Class PhylogeneticTree

java.lang.Object
org.episteme.natural.biology.phylogeny.PhylogeneticTree

public class PhylogeneticTree extends Object
Phylogenetic tree construction and representation.

Supports multiple tree construction algorithms:

  • UPGMA (Unweighted Pair Group Method with Arithmetic Mean)
  • Neighbor-Joining

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • PhylogeneticTree

      public PhylogeneticTree()
  • Method Details