ibi Patterns - Search 6.0.0 .NET API |
NetricsSearchResult.getNamedQltConfidence Method |
See AlsoExample |
![]() ![]() |
Get the confidence measure of the named querylet.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function getNamedQltConfidence( _ ByVal qlet_name As String _ ) As Double |
C# |
---|
public double getNamedQltConfidence( string qlet_name ) |
C++ |
---|
public: double getNamedQltConfidence( String qlet_name ) sealed |
J# |
---|
public double getNamedQltConfidence( string qlet_name ) |
JScript |
---|
public
function getNamedQltConfidence( qlet_name : String ) : double |
Parameters
- qlet_name
- the name of the querylet.
Return Value
the confidence measure of the named querylet.
Remarks
This returns the confidence of the named querylet. If no such named querylet exists it throws an exception.