Package pt.ist.phylolib.data.matrix
Interface Matrix.ICorrection
- Enclosing class:
Matrix
public static interface Matrix.ICorrection
Represents a correction formula for a phylogenetic distance.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleget(double distance) Corrects the given phylogenetic distance.
-
Method Details
-
get
double get(double distance) Corrects the given phylogenetic distance.- Parameters:
distance- the phylogenetic distance to correct- Returns:
- the value resultant from correcting the phylogenetic distance
-