|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jebl.evolution.trees.ConsensusTreeBuilder<RootedTree> jebl.evolution.trees.GreedyRootedConsensusTreeBuilder
public class GreedyRootedConsensusTreeBuilder
Date: 5/03/2006 Time: 09:40:18
Nested Class Summary |
---|
Nested classes/interfaces inherited from class jebl.evolution.trees.ConsensusTreeBuilder |
---|
ConsensusTreeBuilder.Method |
Field Summary |
---|
Fields inherited from class jebl.evolution.trees.ConsensusTreeBuilder |
---|
DEFAULT_SUPPORT_ATTRIBUTE_NAME, nExternalNodes, taxons |
Constructor Summary | |
---|---|
GreedyRootedConsensusTreeBuilder(RootedTree[] trees,
double supportThreshold)
|
|
GreedyRootedConsensusTreeBuilder(RootedTree[] trees,
double supportThreshold,
String supportAttributeName,
boolean asPercent)
|
Method Summary | |
---|---|
RootedTree |
build()
|
Methods inherited from class jebl.evolution.trees.ConsensusTreeBuilder |
---|
addProgressListener, fireSetProgress, getSupportAttributeName, isSupportAsPercent, removeProgressListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GreedyRootedConsensusTreeBuilder(RootedTree[] trees, double supportThreshold)
public GreedyRootedConsensusTreeBuilder(RootedTree[] trees, double supportThreshold, String supportAttributeName, boolean asPercent)
Method Detail |
---|
public final RootedTree build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |