public final class ConfidenceMapping
The ConfidenceMapping class associates a normalized confidence level with a scalar raw score. This class is used to hold the data for verifier confidence curves.
See Also: getConfidenceData
public ConfidenceMapping(double RawScore, int Confidence)
Constructs a new ConfidenceMapping object from a scalar raw score and a confidence level.
public int getConfidence()
Gets the confidence level.
public double getRawScore()
Gets the raw score.