Return the minimum confidence value seen in processing this query.


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

Syntax

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

Return Value

the minimumm confidence value seen at any point in processing the query, it returns -1.0 if no minimum confidence value is available.

Remarks

This returns the minimum confidence value seen at any point during the processing of this query. This value can be used to determine if a Learn Model is hitting poorly trained cases even if they have been shielded from affecting the confidence of the result set by a First Valid score combiner.

See Also