Set the predicates used as features by the Netrics Decision Engine.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub setRlPreds( _ ByVal preds As NetricsPredicate() _ ) |
C# |
---|
public void setRlPreds( NetricsPredicate[] preds ) |
C++ |
---|
public: void setRlPreds( array<NetricsPredicate>^ preds ) sealed |
J# |
---|
public void setRlPreds( NetricsPredicate[] preds ) |
JScript |
---|
public
function setRlPreds( preds : NetricsPredicate[] ) |
Remarks
You should only use this method with the help of your TIBCO technical support representative.
It is often useful to specify features in a decision engine model using a scrict 1.0/0.0 scoring. Netrics inexact matching technology is therfore inappropriate for this. Instead, you should use NetricsPredicates to specify strict conditions constructed from the fields of the query and table. If the predicate evaluates to true, the feature score will equal 1.0. Otherwise it will equal 0.0. For instance, this would be used if you wanted a feature to indicate that the gender of the query record is the same as that of the table record.