Package org.forester.tools
Class SupportCount
java.lang.Object
org.forester.tools.SupportCount
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
compare
(Phylogeny phylogeny, Phylogeny evaluator_phylogeny, boolean strip_evaluator_phylogeny, boolean update_support_in_phylogeny, boolean re_root) static void
count
(Phylogeny phylogeny, Phylogeny[] evaluator_phylogenies, boolean strip_evaluator_phylogenies, boolean verbose) count
(Phylogeny phylogeny, Phylogeny[] evaluator_phylogenies, boolean strip_evaluator_phylogenies, double similarity_threshold, boolean verbose) This counts the support of topology phylogeny by the topologies in phylogenies.
-
Method Details
-
compare
-
count
-
count
public static List<Phylogeny> count(Phylogeny phylogeny, Phylogeny[] evaluator_phylogenies, boolean strip_evaluator_phylogenies, double similarity_threshold, boolean verbose) This counts the support of topology phylogeny by the topologies in phylogenies. If phylogenies contains topogies with names not present in phylogeny, strip_phylogenies must be set to true. phylogeny must not contain names not found in all phylogenies.- Parameters:
phylogeny
- the topology to be evaluatedevaluator_phylogenies
- the topologies used for evaluationstrip_evaluator_phylogenies
- set to true if phylogenies contains topologies with names not present in phylogeny
-