Class ConfidenceHelper


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

      • ConfidenceHelper

        public ConfidenceHelper()
    • Method Detail

      • 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:
        How to assess confidence