Class ConfidenceHelper
java.lang.Object
org.incenp.obofoundry.sssom.util.ConfidenceHelper
A helper class to work with confidence values and estimations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfidenceHelper
public ConfidenceHelper()
-
-
Method Details
-
aggregate
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:
-