Package org.forester.tools
Class TreeSplitMatrix
java.lang.Object
org.forester.tools.TreeSplitMatrix
-
Constructor Summary
ConstructorDescriptionTreeSplitMatrix
(Phylogeny evaluator, boolean strict, 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
-
Constructor Details
-
TreeSplitMatrix
-
TreeSplitMatrix
public TreeSplitMatrix(Phylogeny evaluator, boolean strict, 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 Details