TreeNode 1.5.2
A library to manipulate phylogenetic trees
|
This is the complete list of members for PhyloTree.TreeBuilding.NeighborJoining, including all inherited members.
BuildTree(Dictionary< string, string > alignment, EvolutionModel evolutionModel=EvolutionModel.Kimura, int bootstrapReplicates=0, AlignmentType alignmentType=AlignmentType.Autodetect, TreeNode constraint=null, bool allowNegativeBranches=true, int numCores=-1, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.NeighborJoining | static |
BuildTree(float[][] distanceMatrix, IReadOnlyList< string > sequenceNames, TreeNode constraint=null, bool copyMatrix=true, bool allowNegativeBranches=true, int numCores=-1, Action< double > progressCallback=null) | PhyloTree.TreeBuilding.NeighborJoining | static |