| Package | Description |
|---|---|
| org.forester.evoinference.matrix.character | |
| org.forester.evoinference.parsimony | |
| org.forester.io.parsers.nexus | |
| org.forester.surfacing |
| Modifier and Type | Method and Description |
|---|---|
static CharacterStateMatrix.BinaryStates |
CharacterStateMatrix.BinaryStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterStateMatrix.BinaryStates[] |
CharacterStateMatrix.BinaryStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CharacterStateMatrix<CharacterStateMatrix.BinaryStates> |
DolloParsimony.getInternalStatesMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
DolloParsimony.execute(Phylogeny p,
CharacterStateMatrix<CharacterStateMatrix.BinaryStates> external_node_states_matrix) |
| Modifier and Type | Method and Description |
|---|---|
CharacterStateMatrix<CharacterStateMatrix.BinaryStates> |
NexusBinaryStatesMatrixParser.getMatrix() |
CharacterStateMatrix<CharacterStateMatrix.BinaryStates> |
PaupLogParser.parse() |
| Modifier and Type | Method and Description |
|---|---|
static CharacterStateMatrix<CharacterStateMatrix.BinaryStates> |
DomainParsimonyCalculator.createMatrixOfBinaryDomainCombinationPresenceOrAbsence(List<GenomeWideCombinableDomains> gwcd_list) |
static CharacterStateMatrix<CharacterStateMatrix.BinaryStates> |
DomainParsimonyCalculator.createMatrixOfDomainPresenceOrAbsence(List<GenomeWideCombinableDomains> gwcd_list,
SortedSet<String> positive_filter) |
static CharacterStateMatrix<CharacterStateMatrix.BinaryStates> |
DomainParsimonyCalculator.createMatrixOfSecondaryFeatureBinaryDomainCombinationPresenceOrAbsence(List<GenomeWideCombinableDomains> gwcd_list,
Map<String,String> domain_id_to_second_features_map) |
CharacterStateMatrix<CharacterStateMatrix.BinaryStates> |
DomainParsimonyCalculator.getInternalStatesMatrix() |
| Modifier and Type | Method and Description |
|---|---|
void |
DomainParsimonyCalculator.executeOnGivenBinaryStatesMatrix(CharacterStateMatrix<CharacterStateMatrix.BinaryStates> binary_states_matrix,
String[] character_labels) |
Copyright © 2016. All rights reserved.