Get the Learn Model (RLINK) confidence measure.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getRlConfidence() As Double
C#
public double getRlConfidence()
C++
public:
 double getRlConfidence() sealed 
J#
public double getRlConfidence()
JScript
public  function getRlConfidence() : double

Return Value

The confidence value, -2.0 if this result is not from an RLINK query or no confidence was available.

Remarks

If the top level query is not an RLINK query or no confidence value was produced by the Learn Model -2.0 is returned.

The confidence measure is a value between 0.0 and 1.0. It gives an estimate of how confident the Model is in the prediction it made. This is based primarily on how well trained the model is for the this particular match case. A value of 0.0 indicates no confidence at all in the prediction, i.e. the model had not training in this case, so is using some default score. A value of 1.0 means complete confidence. The dividing line between good confidence values and bad ones is TBD.

See Also