ibi Patterns - Search 6.0.0 .NET API |
NetricsSearchResponse.getResultConfidence Method |
See AlsoExample |
![]() ![]() |
Return the result set confidence for this query.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function getResultConfidence() As Double |
C# |
---|
public double getResultConfidence() |
C++ |
---|
public: double getResultConfidence() sealed |
J# |
---|
public double getResultConfidence() |
JScript |
---|
public function getResultConfidence() : double |
Return Value
the overall confidence for the result set or -1.0 of no overall confidence value is available.
Remarks
This returns the overall confidence measure for the result set. The overall confidence is set as the minimum top level confidence measure of any record processed, even if that record is not returned in the return set. This is useful in determining the reliability of the results.
This differs from the getMinConfidence measure in that it looks only at the top level confidence value, not the confidence values for each querylet.