Package org.forester.tools
Class TreeSplitMatrix
- java.lang.Object
-
- org.forester.tools.TreeSplitMatrix
-
public class TreeSplitMatrix extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description 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.TreeSplitMatrix(Phylogeny evaluator, boolean strict, Phylogeny target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
match(java.util.Set<PhylogenyNode> query_nodes)
java.lang.String
toString()
-
-
-
Constructor Detail
-
TreeSplitMatrix
public 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.- Parameters:
target
-evaluator
-strict
-
-
-
Method Detail
-
match
public boolean match(java.util.Set<PhylogenyNode> query_nodes)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-