Interface Matrix.ICorrection

Enclosing class:
Matrix

public static interface Matrix.ICorrection
Represents a correction formula for a phylogenetic distance.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    get(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