Package org.incenp.obofoundry.sssom.util
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 Summary
Constructors Constructor Description ConfidenceHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleaggregate(Mapping mapping)Computes the aggregated confidence value for a mapping.
-
-
-
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
-
-