Turn off the reporting of confidence measures and significance values.


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

Syntax

Visual Basic (Declaration)
Public Sub noConfidence()
C#
public void noConfidence()
C++
public:
 void noConfidence() sealed 
J#
public void noConfidence()
JScript
public  function noConfidence()

Remarks

This is used only with RLINK queries. By default an estimate of the prediction confidence is calculated and returned. For true predictions (scores at or above 0.5) a set of "significance" scores is calculated for each feature. Computing these values takes some time and resources. For most scenarios these values are not needed. This method can be used to turn off the calculation of these values, saving a small amount of processing time on each query.

See Also