Add terms with associated weight.


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

Syntax

Visual Basic (Declaration)
Public Sub addEquivalenceClass( _ 
   ByVal terms As String(),  _ 
   ByVal weight As Double _ 
)
C#
public void addEquivalenceClass(
   string[] terms,
   double weight
)
C++
public:
 void addEquivalenceClass(
   array<String>^ terms,
   double weight
) sealed 
J#
public void addEquivalenceClass(
   string[] terms,
   double weight
)
JScript
public  function addEquivalenceClass(
   terms : String[],
   weight : double
)

Parameters

terms
The terms to be weighted.
weight
The weighting factor applied to the terms.

Remarks

This adds one class of equivalent terms to the weighted dictionary.

See Also