Class ConfidenceHelper

java.lang.Object
org.incenp.obofoundry.sssom.util.ConfidenceHelper

public class ConfidenceHelper extends Object
A helper class to work with confidence values and estimations.
  • Constructor Details

    • ConfidenceHelper

      public ConfidenceHelper()
  • Method Details

    • aggregate

      public double aggregate(Mapping mapping)
      Computes the aggregated confidence value for a mapping.

      The aggregated confidence is a single value that factors in both the confidence of the original creator of the mapping record and the confidence of the reviewer of the record.

      Parameters:
      mapping - The mapping for which to compute the aggregated confidence.
      Returns:
      The aggregated confidence value.
      See Also: