[Package Index] [Index] [Users' Guide] [SVAPI Home Page] Class COM.novell.SVAPI.ConfidenceMapping

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


Constructor Index

ConfidenceMapping(double, int)
Constructs a new ConfidenceMapping object from a scalar raw score and a confidence level.



Method Index

getConfidence()
Gets the confidence level.
getRawScore()
Gets the raw score.



Constructors



ConfidenceMapping

public ConfidenceMapping(double RawScore, int Confidence)
Constructs a new ConfidenceMapping object from a scalar raw score and a confidence level.



Methods



getConfidence

public int getConfidence()
Gets the confidence level.


getRawScore

public double getRawScore()
Gets the raw score.



[Package Index] [Index] [Users' Guide] [SVAPI Home Page]

rwille@novell.com