public class TreeSplitMatrix
extends java.lang.Object
| Constructor and Description |
|---|
TreeSplitMatrix(Phylogeny evaluator,
boolean strict,
Phylogeny target) |
TreeSplitMatrix(Phylogeny evaluator,
boolean strict,
java.util.Set<PhylogenyNode> target_external_nodes)
If strict is true, target nodes (all external nodes of the phylogeny for
which support values are to be calculated) is not used for anything during construction.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(java.util.Set<PhylogenyNode> query_nodes) |
java.lang.String |
toString() |
public TreeSplitMatrix(Phylogeny evaluator, boolean strict, java.util.Set<PhylogenyNode> target_external_nodes)
target - evaluator - strict - public boolean match(java.util.Set<PhylogenyNode> query_nodes)
public java.lang.String toString()
toString in class java.lang.Object