|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.forester.pccx.BranchCountingBasedScoringMethod
org.forester.pccx.BranchLengthBasedScoringMethod
public class BranchLengthBasedScoringMethod
| Field Summary | |
|---|---|
static double |
MIN_ALLOWED_BL_VALUE
|
| Constructor Summary | |
|---|---|
BranchLengthBasedScoringMethod()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.forester.pccx.BranchCountingBasedScoringMethod |
|---|
calculateScoreForExternalNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double MIN_ALLOWED_BL_VALUE
| Constructor Detail |
|---|
public BranchLengthBasedScoringMethod()
| Method Detail |
|---|
public java.lang.String getDesciption()
ScoringMethodForExternalNode
getDesciption in interface ScoringMethodForExternalNodegetDesciption in class BranchCountingBasedScoringMethodpublic double getNormalizationFactor(Phylogeny phylogeny)
ScoringMethodForExternalNode
getNormalizationFactor in interface ScoringMethodForExternalNodegetNormalizationFactor in class BranchCountingBasedScoringMethodphylogeny - Phylogeny containing the external nodes to score
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||