public class BranchLengthBasedScoringMethod extends BranchCountingBasedScoringMethod
| Modifier and Type | Field and Description |
|---|---|
static double |
MIN_ALLOWED_BL_VALUE |
| Constructor and Description |
|---|
BranchLengthBasedScoringMethod() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDesciption()
This returns a short description of this scoring method
|
double |
getNormalizationFactor(Phylogeny phylogeny)
This calculates a normalization factor, so that a normalized score of 1.0
means complete coverage.
|
calculateScoreForExternalNodepublic static final double MIN_ALLOWED_BL_VALUE
public java.lang.String getDesciption()
ScoringMethodForExternalNodegetDesciption in interface ScoringMethodForExternalNodegetDesciption in class BranchCountingBasedScoringMethodpublic double getNormalizationFactor(Phylogeny phylogeny)
ScoringMethodForExternalNodegetNormalizationFactor in interface ScoringMethodForExternalNodegetNormalizationFactor in class BranchCountingBasedScoringMethodphylogeny - Phylogeny containing the external nodes to score