Objects of this class represent a weighted dictionary, used to define terms with lesser or greater importance.


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

Syntax

Visual Basic (Declaration)
<GuidAttribute("104DB34D-3B67-4e57-A960-369F2FA136EC")>
Public Class NetricsWeightedDictionary
    Inherits NetricsBaseThesaurus
    Implements INetricsWeightedDictionary
C#
[GuidAttribute("104DB34D-3B67-4e57-A960-369F2FA136EC")]
public class NetricsWeightedDictionary : NetricsBaseThesaurus, INetricsWeightedDictionary
C++
[GuidAttribute(L"104DB34D-3B67-4e57-A960-369F2FA136EC")]
ref class NetricsWeightedDictionary : NetricsBaseThesaurus, INetricsWeightedDictionary
J#
/** @attribute GuidAttribute("104DB34D-3B67-4e57-A960-369F2FA136EC") */
public class NetricsWeightedDictionary extends NetricsBaseThesaurus implements INetricsWeightedDictionary
JScript
public 
   GuidAttribute("104DB34D-3B67-4e57-A960-369F2FA136EC")
class NetricsWeightedDictionary extends NetricsBaseThesaurus, INetricsWeightedDictionary

Remarks

A weighted dictionary is used to weight terms which should have more or less relevance than other terms. For instance, in a company names table, the term "company" might be given less weight as it is less indicative of a match (i.e. it is shared by many company names that are unrelated)."

Inheritance Hierarchy

System.Object
   NetricsServerInterface.NetricsBaseThesaurus
      NetricsServerInterface.NetricsWeightedDictionary

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also