Package pt.ist.phylolib.command.algorithm.gcp
-
Class Summary Class Description CL Responsible for calculating aphylogenetic treefrom adistance matrixusing the Complete-Linkage algorithm.GloballyClosestPairs Responsible for calculating aphylogenetic treefrom adistance matrixusing the Globally Closest Pairs algorithm.SL Responsible for calculating aphylogenetic treefrom adistance matrixusing the Single-Linkage algorithm.UPGMA Responsible for calculating aphylogenetic treefrom adistance matrixusing the Unweighted Pair Group Method with Arithmetic-mean algorithm.UPGMC Responsible for calculating aphylogenetic treefrom adistance matrixusing the Unweighted Pair Group Method with Centroid algorithm.WPGMA Responsible for calculating aphylogenetic treefrom adistance matrixusing the Weighted Pair Group Method with Arithmetic-mean algorithm.WPGMC Responsible for calculating aphylogenetic treefrom adistance matrixusing the Weighted Pair Group Method with Centroid algorithm.