Package | Description |
---|---|
jebl.evolution.trees |
Modifier and Type | Method and Description |
---|---|
static TreeBuilderFactory.ConsensusMethod |
TreeBuilderFactory.ConsensusMethod.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TreeBuilderFactory.ConsensusMethod[] |
TreeBuilderFactory.ConsensusMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ConsensusTreeBuilder |
TreeBuilderFactory.buildRooted(RootedTree[] trees,
double supportThreshold,
TreeBuilderFactory.ConsensusMethod method) |
static ConsensusTreeBuilder |
TreeBuilderFactory.buildRooted(Tree[] trees,
double supportThreshold,
TreeBuilderFactory.ConsensusMethod method)
convenience method.
|
static ConsensusTreeBuilder |
TreeBuilderFactory.buildUnRooted(Tree[] trees,
Taxon outGroup,
double supportThreshold,
TreeBuilderFactory.ConsensusMethod method) |
http://code.google.com/p/jebl2/