Set the confidence cut off value.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function setConfidenceCutoff( _ ByVal confidence_cutoff As Double _ ) As ConfidenceQlt |
| C# |
|---|
| public ConfidenceQlt setConfidenceCutoff( double confidence_cutoff ) |
| C++ |
|---|
| public: ConfidenceQlt setConfidenceCutoff( double confidence_cutoff ) sealed |
| J# |
|---|
| public ConfidenceQlt setConfidenceCutoff( double confidence_cutoff ) |
| JScript |
|---|
| public
function setConfidenceCutoff( confidence_cutoff : double ) : ConfidenceQlt |
Parameters
- confidence_cutoff
- the confidence value.
Return Value
this object.
Remarks
This sets the confidence cut off value for this querylet. The confidence of the querylet match must meet or exceed this value. A value of -1.0 implies the default confidence value for Learn Models should be used.
This throws an ArgumentException if confidence_cutoff is not -1.0 and is either less than 0.0 or greater than 1.0.