Get the Learn Model (RLINK) significance values.


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

Syntax

Visual Basic (Declaration)
Public Function getRlSignificances() As Double()
C#
public double[] getRlSignificances()
C++
public:
 array<double>^ getRlSignificances() sealed 
J#
public double[] getRlSignificances()
JScript
public  function getRlSignificances() : double[]

Return Value

The significance array, null if this result is not from an RLINK query.

Remarks

This returns the significance array for RLINK queries. If the top level query was not an RLINK query null is returned. If this result does not represent what the Learn Model considers a match, null is returned.

There is one significance value for each querylet input to the RLINK query. Note this is not per record field, it is per input querylet. Each entry is a value between 0.0 and 1.0. The value defines the relative importance of each querylet in determining this was a match. Querylets with high significance scores were considered relevant in making the decision, querylets with low scores were not relevant. The scores are proportional values and not based on an absolute scale.

See Also