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)
Public Class NetricsWeightedDictionary
    Inherits NetricsBaseThesaurus
C#
public class NetricsWeightedDictionary : NetricsBaseThesaurus
C++
ref class NetricsWeightedDictionary : NetricsBaseThesaurus
J#
public class NetricsWeightedDictionary extends NetricsBaseThesaurus
JScript
public class NetricsWeightedDictionary extends NetricsBaseThesaurus

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