Set an RLink query to use the Model cutoff Threshold.


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

Syntax

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

Remarks

If the Learn Model has a threshold encoded into it that value is used as an absolute cutoff threshold for the entire query. This supercedes any cutoff encoded in the search options.

This method throws a NetricsException if the query is not an RLink Query, if the use model threshold value is already set for this query and has a value of false, or if this query is invalid.

See Also