Method parameters in cs195z.support with type arguments of type PSpeciesNode |
static org.forester.phylogeny.Phylogeny |
PTreeVisualizer.convertTree(net.datastructures.LinkedBinaryTree<PSpeciesNode> tree)
Converts an nds4 LinkedBinaryTree into an org.forester.phylogeny.Phylogeny |
void |
PTreeAlgorithms.felsenstein(net.datastructures.LinkedBinaryTree<PSpeciesNode> tree,
HashMap<ZCharacter,Integer> stateIndices,
double[][] transitionProb,
int sequenceLength)
Implements the Felsenstein max likelihood algorithm and makes changes to the PSpeciesNodes. |
void |
PTreeAlgorithms.sankoff(net.datastructures.LinkedBinaryTree<PSpeciesNode> tree,
HashMap<ZCharacter,Integer> stateIndices,
int[][] costMatrix,
int sequenceLength)
Implements the Sankoff algorithm and makes changes to the PSpeciesNodes. |
static void |
PTreeVisualizer.treeHelper(net.datastructures.LinkedBinaryTree<PSpeciesNode> t,
net.datastructures.Position<PSpeciesNode> n,
org.forester.phylogeny.PhylogenyNode parent)
Helper method for the preorder traversal recursion of convertTree() |
static void |
PTreeVisualizer.treeHelper(net.datastructures.LinkedBinaryTree<PSpeciesNode> t,
net.datastructures.Position<PSpeciesNode> n,
org.forester.phylogeny.PhylogenyNode parent)
Helper method for the preorder traversal recursion of convertTree() |